Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KS1019 committed Oct 10, 2021
1 parent 3606bf7 commit d5908a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
branches:
- main

name: Create and Publish Release

jobs:
build:
if: github.ref == 'refs/heads/main'
if: startsWith(github.ref, 'refs/tags/v')
name: Create Release
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion Sources/SwiftyProfiler/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ struct Profiler: ParsableCommand {
commandName: "swprofiler",
abstract: "",
discussion: "",
version: "0.0.12",
version: "0.0.13",
shouldDisplay: true,
helpNames: [.long, .short]
)
Expand Down

0 comments on commit d5908a9

Please sign in to comment.