Skip to content

Commit

Permalink
[skip-ci] add gem host api key for releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeen committed Feb 12, 2023
1 parent 1dfa32f commit a2af833
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: node_modules/.bin/semantic-release
GEM_HOST_API_KEY: ${{ secrets.GEM_HOST_API_KEY }}
run: node_modules/.bin/semantic-release

0 comments on commit a2af833

Please sign in to comment.