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 751cac3 + 6b76dbe commit 965a25dCopy full SHA for 965a25d
2 files changed
.github/workflows/changelog-preview.yml
@@ -14,5 +14,5 @@ permissions:
14
15
jobs:
16
changelog-preview:
17
- uses: getsentry/craft/.github/workflows/changelog-preview.yml@c6e2f04939b6ee67030588afbb5af76b127d8203 # V2
+ uses: getsentry/craft/.github/workflows/changelog-preview.yml@fd370d4d54bec9ff07f909d88a3c4aec6f0ba22b # V2
18
secrets: inherit
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
cache-dependency-path: yarn.lock
44
45
- name: Prepare release
46
- uses: getsentry/craft@c6e2f04939b6ee67030588afbb5af76b127d8203 # v2
+ uses: getsentry/craft@fd370d4d54bec9ff07f909d88a3c4aec6f0ba22b # v2
47
env:
48
GITHUB_TOKEN: ${{ steps.token.outputs.token }}
49
with:
0 commit comments