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 bf67a00 commit 2f744f2Copy full SHA for 2f744f2
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Craft Prepare
26
run: npx @sentry/craft prepare --no-input "${{ env.RELEASE_VERSION }}"
27
env:
28
- GITHUB_API_TOKEN: $${ github.token }
+ GITHUB_API_TOKEN: ${{ github.token }}
29
- name: Request publish
30
if: success()
31
uses: actions/github-script@v3
0 commit comments