Skip to content

Commit

Permalink
better syntax [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Feb 12, 2024
1 parent 33bada1 commit e8b6308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ jobs:
# HEAD release, if we don't have a `v` tag
- name: goreleaser
uses: goreleaser/goreleaser-action@v5
if: !startsWith( github.ref, 'refs/tags/v1')
if: startsWith( github.ref, 'refs/tags/v1') != true
with:
distribution: goreleaser-pro
version: latest
Expand Down

0 comments on commit e8b6308

Please sign in to comment.