Skip to content

Commit

Permalink
fixed branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
navery-max committed Mar 7, 2024
1 parent 3d48797 commit 43853cf
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 @@ concurrency: "${{ github.repository }}-versioning"
jobs:
release:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
permissions:
contents: write
steps:
Expand Down

0 comments on commit 43853cf

Please sign in to comment.