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 6dc532c commit 5748b3dCopy full SHA for 5748b3d
.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@a32edfd829192f8b93bdb86995963582cbcef007 # 0.5.0
+ uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@e38260241de6b96a9f21834ca2d399789013e7ff # 0.5.1
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