Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Removing --dry-run flag
Browse files Browse the repository at this point in the history
  • Loading branch information
harshita-adsk committed Mar 26, 2021
1 parent c497f53 commit e9c1439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
echo ${{ steps.check-for-version-diff.outputs.result }}
npm install
npm publish --dry-run
npm publish
echo "PUBLISHED_VERSION=$(npm view forge-dataviz-iot-data-modules dist-tags.latest)" >> $GITHUB_ENV
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit e9c1439

Please sign in to comment.