Skip to content

Commit

Permalink
fix(ci): correct release branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
yshalsager authored Oct 26, 2024
1 parent f12e742 commit bfa443b
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 @@ -95,7 +95,7 @@ jobs:
uses: ncipollo/[email protected]
with:
allowUpdates: true
commit: 'master'
commit: 'main'
tag: ${{ github.event.inputs.version }}
name: ${{ github.event.inputs.version }}
artifacts: '*/*.zip'

0 comments on commit bfa443b

Please sign in to comment.