Skip to content

Commit

Permalink
chore: added token to deploy (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
semoal authored Nov 11, 2020
1 parent 67cfae8 commit 749c0dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
token: '${{ secrets.GH_TOKEN }}'

- name: Release packages
env:
GH_TOKEN: ${{secrets.GH_TOKEN}}
run: |
yarn version:${{github.event.inputs.npmTag}}
yarn release:${{github.event.inputs.npmTag}}

1 comment on commit 749c0dc

@vercel
Copy link

@vercel vercel bot commented on 749c0dc Nov 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.