Skip to content

Commit

Permalink
fix(release): Nail down GitHub Action expression syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
BYK committed Dec 17, 2020
1 parent bf67a00 commit 2f744f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Craft Prepare
run: npx @sentry/craft prepare --no-input "${{ env.RELEASE_VERSION }}"
env:
GITHUB_API_TOKEN: $${ github.token }
GITHUB_API_TOKEN: ${{ github.token }}
- name: Request publish
if: success()
uses: actions/github-script@v3
Expand Down

0 comments on commit 2f744f2

Please sign in to comment.