Skip to content

Commit bf5ecc2

Browse files
committed
Prevent semantic-release from releasing version 1.0.0
1 parent 074ed97 commit bf5ecc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
timeout-minutes: 30
3737
needs: semantic
38-
if: ${{ needs.semantic.outputs.new_release_published == 'true' }}
38+
if: needs.semantic.outputs.new_release_published == 'true' && needs.semantic.outputs.new_release_version != '1.0.0'
3939
steps:
4040
- name: Checkout
4141
uses: actions/checkout@v4

0 commit comments

Comments
 (0)