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.
1 parent 6740b63 commit eb962cfCopy full SHA for eb962cf
.github/workflows/release.yml
@@ -1,4 +1,4 @@
1
-name: release
+name: Prepare Release
2
on:
3
workflow_dispatch:
4
inputs:
@@ -22,11 +22,8 @@ jobs:
22
with:
23
token: ${{ secrets.GH_RELEASE_PAT }}
24
fetch-depth: 0
25
- - uses: getsentry/craft@master
26
- name: Craft Prepare
27
- with:
28
- action: prepare
29
- version: ${{ env.RELEASE_VERSION }}
+ - name: Craft Prepare
+ run: npx @sentry/craft prepare --no-input "${{ env.RELEASE_VERSION }}"
30
- name: Request publish
31
if: success()
32
uses: actions/github-script@v3
0 commit comments