Skip to content

Commit

Permalink
feat(release): Include Hackage Token
Browse files Browse the repository at this point in the history
  • Loading branch information
CristhianMotoche committed May 30, 2024
1 parent 5d6052c commit 05fb89a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v2
- name: "Pin node version to solve issue https://github.com/cycjimmy/semantic-release-action/issues/159"
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Semantic Release
Expand All @@ -26,4 +27,4 @@ jobs:
semantic-release-hackage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
HACKAGE_TOKEN: ${{ secrets.HACKAGE_API_KEY }}

0 comments on commit 05fb89a

Please sign in to comment.