Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
update actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradgarropy committed Dec 26, 2019
1 parent 23c52f3 commit 9f844ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
node-version: 13
registry-url: https://registry.npmjs.org/
- name: "📦 publish"
run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}

0 comments on commit 9f844ef

Please sign in to comment.