8000 fix(release): Nail down GitHub Action expression syntax · Agalin/sentry-javascript@2f744f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2f744f2

Browse files
committed
fix(release): Nail down GitHub Action expression syntax
1 parent bf67a00 commit 2f744f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Craft Prepare
2626
run: npx @sentry/craft prepare --no-input "${{ env.RELEASE_VERSION }}"
2727
env:
28-
GITHUB_API_TOKEN: $${ github.token }
28+
GITHUB_API_TOKEN: ${{ github.token }}
2929
- name: Request publish
3030
if: success()
3131
uses: actions/github-script@v3

0 commit comments

Comments
 (0)
0