We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e9bf1 commit f7b8d8dCopy full SHA for f7b8d8d
1 file changed
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
if: github.event.workflow_run.conclusion == 'success'
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: ProverCoderAI/action-release@v1.0.7
+ - uses: ProverCoderAI/action-release@v1.0.8
20
with:
21
github_token: ${{ secrets.GITHUB_TOKEN }}
22
npm_token: ${{ secrets.NPM_TOKEN }}
@@ -28,3 +28,4 @@ jobs:
28
publish_npm: true
29
publish_github_packages: true
30
skip_if_unchanged: true
31
+ neutral_on_no_changes: true
0 commit comments