Skip to content

Commit

Permalink
github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradgarropy committed Dec 31, 2020
1 parent 8d135c1 commit 5d841e4
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 @@ -11,12 +11,12 @@ jobs:
steps:
- name: "📚 checkout"
uses: actions/[email protected]
- name: "🟢 node"
- name: "♻️ node"
uses: actions/[email protected]
with:
node-version: 12
version: 12
registry-url: https://registry.npmjs.org
- name: "🚀 publish"
- name: "📦 publish"
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}

0 comments on commit 5d841e4

Please sign in to comment.