We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 074ed97 commit bf5ecc2Copy full SHA for bf5ecc2
.github/workflows/semantic-release.yml
@@ -35,7 +35,7 @@ jobs:
35
runs-on: ubuntu-latest
36
timeout-minutes: 30
37
needs: semantic
38
- if: ${{ needs.semantic.outputs.new_release_published == 'true' }}
+ if: needs.semantic.outputs.new_release_published == 'true' && needs.semantic.outputs.new_release_version != '1.0.0'
39
steps:
40
- name: Checkout
41
uses: actions/checkout@v4
0 commit comments