Skip to content

Commit

Permalink
ci: release workflow - add env tokens (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
matzar committed Jan 20, 2023
1 parent 7f6cf0e commit 8e6ef15
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ jobs:
- name: Use Node.js 18.13.0
uses: actions/setup-node@v3
with:
node-version: '18.13.0'
node-version: "18.13.0"

- name: Install Dependencies
run: npm ci

- name: Release
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 8e6ef15

Please sign in to comment.