Skip to content

Commit

Permalink
feat: Release GH actions by removing dryRun flag
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Mar 21, 2022
1 parent b1f2acd commit 3778ee3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"format:check": "npm run format:base -- --check",
"release": "standard-version",
"release:dryrun": "npm run test && npm publish --dry-run",
"release:publish": "npm run test && npm publish",
"release:trigger": "./scripts/trigger-release.sh"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/lib/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ echo "--> Releasing version ${VERSION}"

echo "--> Releasing artifacts"
echo " Publishing jest-pact@${VERSION}..."
npm publish --tag latest --dry-run
npm publish --tag latest
echo " done!"

0 comments on commit 3778ee3

Please sign in to comment.