Skip to content

Commit eb962cf

Browse files
authored
ci(release): Run Craft on the host, not in Docker (#3130)
Fixes #3128. #skip-changelog
1 parent 6740b63 commit eb962cf

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: release
1+
name: Prepare Release
22
on:
33
workflow_dispatch:
44
inputs:
@@ -22,11 +22,8 @@ jobs:
2222
with:
2323
token: ${{ secrets.GH_RELEASE_PAT }}
2424
fetch-depth: 0
25-
- uses: getsentry/craft@master
26-
name: Craft Prepare
27-
with:
28-
action: prepare
29-
version: ${{ env.RELEASE_VERSION }}
25+
- name: Craft Prepare
26+
run: npx @sentry/craft prepare --no-input "${{ env.RELEASE_VERSION }}"
3027
- name: Request publish
3128
if: success()
3229
uses: actions/github-script@v3

0 commit comments

Comments
 (0)