Skip to content

Commit

Permalink
ci: only bump version on production (main) release
Browse files Browse the repository at this point in the history
  • Loading branch information
kajabi-bot committed Mar 12, 2024
1 parent 9bd56c6 commit beb7ee3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
publish:
needs: [setup]
if: needs.setup.outputs.postfix == 'production'
uses: ./.github/workflows/publish.yml
secrets: inherit

Expand Down

0 comments on commit beb7ee3

Please sign in to comment.