Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
odex21 committed Sep 6, 2020
1 parent 6684096 commit 7419274
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ jobs:
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- uses: actions/download-artifact@v2
with:
name: dist
path: dist
- name: Display structure of downloaded files
run: ls -R
- name: Display structure of downloaded files
run: cd dist && ls -R
- run: npm publish --tag beta
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vf-modal",
"version": "0.1.0-beta.12",
"version": "0.1.0-beta.13",
"main": "dist/index.js",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -69,8 +69,5 @@
"author": {
"name": "odex21",
"email": "[email protected]"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}

0 comments on commit 7419274

Please sign in to comment.