Skip to content

Commit

Permalink
Fix: correct release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
poetaster committed Apr 27, 2023
1 parent 877a303 commit eba3228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
path: output
release:
name: Release
if: startsWith(github.ref, 'refs/tags/1.1')
if: startsWith(github.ref, 'refs/tags/1.4')
needs:
- build
runs-on: ubuntu-latest
Expand Down

0 comments on commit eba3228

Please sign in to comment.