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 f8bbd4f commit f5f3d41Copy full SHA for f5f3d41
.github/workflows/build-and-release.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: ./.github/workflows/build.yml
14
15
release:
16
- uses: SpiralP/github-reusable-workflows/.github/workflows/release.yml@70420c929dbda31eec35372483bac28743beabee # main
+ uses: SpiralP/github-reusable-workflows/.github/workflows/release.yml@009ac17a9d6253b586452607a9c94ae57e42fd9d # main
17
needs: build
18
if: "${{ success() && always() && ! startsWith(github.event.head_commit.message, 'chore(release): ') }}"
19
permissions: {} # none, since we use a custom app
0 commit comments