Skip to content

Commit

Permalink
Merge pull request #7 from mipatterson/develop
Browse files Browse the repository at this point in the history
ci(release.yml): update release workflow to include node auth token e…
  • Loading branch information
mipatterson authored Apr 7, 2020
2 parents fd8cb75 + c58dad4 commit a41f8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://registry.npmjs.org
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release

0 comments on commit a41f8ff

Please sign in to comment.