Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomastvedt committed Sep 13, 2020
1 parent 99a0ca3 commit 12f7c00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ jobs:
- name: Publish new release if tag detected
run: yarn dist
if: startsWith(github.ref, 'refs/tags/v')
with:
github_token: ${{ secrets.github_token }}
env:
GH_TOKEN: ${{ secrets.github_token }}

0 comments on commit 12f7c00

Please sign in to comment.