diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 015854c..c28ef53 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -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}} diff --git a/package.json b/package.json index 6bc5c4d..aa8b5b5 100644 --- a/package.json +++ b/package.json @@ -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": [ @@ -69,8 +69,5 @@ "author": { "name": "odex21", "email": "odex_2100@outlook.com" - }, - "publishConfig": { - "registry": "https://npm.pkg.github.com/" } } \ No newline at end of file