Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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