Skip to content

Commit

Permalink
ci(release): Run Craft on the host, not in Docker (#3130)
Browse files Browse the repository at this point in the history
Fixes #3128.

#skip-changelog
  • Loading branch information
BYK authored Dec 17, 2020
1 parent 6740b63 commit eb962cf
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: release
name: Prepare Release
on:
workflow_dispatch:
inputs:
Expand All @@ -22,11 +22,8 @@ jobs:
with:
token: ${{ secrets.GH_RELEASE_PAT }}
fetch-depth: 0
- uses: getsentry/craft@master
name: Craft Prepare
with:
action: prepare
version: ${{ env.RELEASE_VERSION }}
- name: Craft Prepare
run: npx @sentry/craft prepare --no-input "${{ env.RELEASE_VERSION }}"
- name: Request publish
if: success()
uses: actions/github-script@v3
Expand Down

0 comments on commit eb962cf

Please sign in to comment.