Skip to content

Commit

Permalink
remove dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
William committed Jan 21, 2020
1 parent b00d451 commit 8a5ccda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- run: |
mv ./package.json ./src/package.json
mv ./README.md ./src/README.md
npm publish ./src --dry-run
npm publish ./src
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
publish-gpr:
Expand All @@ -44,6 +44,6 @@ jobs:
- run: |
mv ./package.json ./src/package.json
mv ./README.md ./src/README.md
npm publish ./src --dry-run
npm publish ./src
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 8a5ccda

Please sign in to comment.