Skip to content

Commit

Permalink
chore(release): update release workflow to use main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
prnk28 committed Dec 23, 2024
1 parent 14243bd commit ef900c8
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 @@ -14,7 +14,7 @@ permissions:

jobs:
bump-version:
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'develop'
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main'
runs-on: ubuntu-latest
name: Bump Current Version
outputs:
Expand Down

0 comments on commit ef900c8

Please sign in to comment.