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 1488db3 commit 2b07612Copy full SHA for 2b07612
.github/workflows/__main-ci.yml
@@ -31,7 +31,7 @@ jobs:
31
release:
32
needs: ci
33
if: github.event_name != 'schedule'
34
- uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@535e8b9de03e7ceb4c1509ee50f8270456071ed6 # 0.3.2
+ uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@c4cef36590a837182788f2e1b02dee17a3647be6 # 0.4.0
35
with:
36
update-all: ${{ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || github.event_name == 'workflow_dispatch' }}
37
github-app-id: ${{ vars.CI_BOT_APP_ID }}
0 commit comments