Skip to content

Commit

Permalink
Update release.yml to use 'main' branch
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhung authored Feb 2, 2024
1 parent ce5a19f commit 2d1cd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
goreleaser:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/') && github.event.base_ref == 'refs/heads/master'
if: startsWith(github.ref, 'refs/tags/') && github.event.base_ref == 'refs/heads/main'
steps:
-
name: Checkout
Expand Down

0 comments on commit 2d1cd54

Please sign in to comment.