Skip to content

Commit 7a420f5

Browse files
committed
Pin prepare craft version to 2.13.1 for prepare-release action
1 parent 86eb9a9 commit 7a420f5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: Prepare release
30-
uses: getsentry/action-prepare-release@17c0b79df124e97a68448cde25b94c99daebd146
30+
uses: getsentry/action-prepare-release@v1
3131
env:
3232
GITHUB_TOKEN: ${{ steps.token.outputs.token }}
3333
with:
3434
version: ${{ github.event.inputs.version }}
35-
force: ${{ github.event.inputs.force }}
35+
force: ${{ github.event.inputs.force }}
36+
craft_version: 2.13.1 # currently pinned due to issues

0 commit comments

Comments
 (0)