Skip to content

Commit

Permalink
ci: Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto committed Dec 19, 2024
1 parent fddb59e commit c43b715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

upload:
name: Upload binaries to release
if: startsWith(github.ref, 'refs/tags/') # `env.IS_TAG` doesn't work for some reason
if: startsWith(github.ref, 'refs/tags/')
needs: [build]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c43b715

Please sign in to comment.