Skip to content

Commit

Permalink
TSTER
Browse files Browse the repository at this point in the history
  • Loading branch information
michhyun1 committed Jul 13, 2020
1 parent d664c0f commit 931500c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/released.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Package
- uses: actions/checkout@master
uses: actions/checkout@master
- name: Setup Node environment
- uses: actions/setup-node@v1
uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://registry.npmjs.org/
name: Publish to NPM
- run: npm publish
- name: Publish to NPM
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 931500c

Please sign in to comment.