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 f5f3d41 commit e15f34aCopy full SHA for e15f34a
.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@009ac17a9d6253b586452607a9c94ae57e42fd9d # main
+ uses: SpiralP/github-reusable-workflows/.github/workflows/release.yml@bea5ac78f78d07223139a4835612f5bd44d7c8d5 # 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