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 0cbd352 commit be1d6c2Copy full SHA for be1d6c2
.github/workflows/__main-ci.yml
@@ -32,7 +32,7 @@ jobs:
32
release:
33
needs: ci
34
if: github.event_name != 'schedule'
35
- uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@7ce3b41507f05379e3658efe955327873c2654b4 # 0.7.1
+ uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@6d9e5d48da1a80c085e8ed867d680a5e99b28217 # 0.8.0
36
with:
37
update-all: ${{ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || github.event_name == 'workflow_dispatch' }}
38
github-app-id: ${{ vars.CI_BOT_APP_ID }}
0 commit comments