Skip to content

Commit

Permalink
feat: add missing github token (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
avalanche123 committed Jul 21, 2020
1 parent ca5356e commit 5c2df96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -95,6 +95,7 @@ jobs:
- name: 'Release'
env:
GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
yarn install
yarn semantic-release --dry-run

0 comments on commit 5c2df96

Please sign in to comment.