Skip to content

Commit

Permalink
Put out releases not based on the branch but on the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcweber committed Jan 3, 2024
1 parent c29177f commit 188668b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
--skip-duplicate

release:
if: ${{ github.ref_name != 'main' }}
if: ${{ needs.pack.outputs.isStableRelease }}
needs: [ pack ]
runs-on: ubuntu-latest

Expand Down

0 comments on commit 188668b

Please sign in to comment.