Skip to content

Commit

Permalink
Don't need extra env vars
Browse files Browse the repository at this point in the history
version is taken from package.json, not repo tag
  • Loading branch information
xylo04 committed Nov 6, 2020
1 parent cdb73e8 commit 90d37e4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

steps:
- name: Expose extra env vars
uses: FranzDiebold/[email protected]

- name: Setup Node.js environment
uses: actions/[email protected]

Expand All @@ -28,4 +25,4 @@ jobs:
npm run build
- name: Publish
run: npm publish --tag "${GITHUB_REPOSITORY_NAME}@${GITHUB_REF_NAME}"
run: npm publish

0 comments on commit 90d37e4

Please sign in to comment.