Skip to content

Commit f7b8d8d

Browse files
committed
Update release workflow
1 parent 02e9bf1 commit f7b8d8d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: github.event.workflow_run.conclusion == 'success'
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: ProverCoderAI/action-release@v1.0.7
19+
- uses: ProverCoderAI/action-release@v1.0.8
2020
with:
2121
github_token: ${{ secrets.GITHUB_TOKEN }}
2222
npm_token: ${{ secrets.NPM_TOKEN }}
@@ -28,3 +28,4 @@ jobs:
2828
publish_npm: true
2929
publish_github_packages: true
3030
skip_if_unchanged: true
31+
neutral_on_no_changes: true

0 commit comments

Comments
 (0)