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.
2 parents 8cd0925 + 7d6882d commit 7517b23Copy full SHA for 7517b23
.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@3a9b8c574d1e6b0d0c4c9818c69b59d01e6a6314 # main
+ uses: SpiralP/github-reusable-workflows/.github/workflows/release.yml@26c0416b0b9783e3015cc8945a83325390687338 # 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