Skip to content

Commit 5871874

Browse files
build: skip reusable if there's no new version (#410)
1 parent 165ae68 commit 5871874

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/auto-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737

3838
release:
39+
if: ${{ needs.semantic-version.outputs.tag }}
3940
needs: semantic-version
4041
uses: ./.github/workflows/release.yml
4142
permissions:

0 commit comments

Comments
 (0)