Skip to content

Commit

Permalink
fix: revert dry-run fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WillieRuemmele committed Nov 19, 2020
1 parent b3eb476 commit b415aca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
orbs:
release-management: salesforce/npm-release-management@dev:alpha
release-management: salesforce/npm-release-management@4

workflows:
version: 2
Expand All @@ -20,7 +20,6 @@ workflows:
node_version: '10'
name: node-10
- release-management/release-package:
dryrun: true
github-release: true
post-job-steps:
- release-management/merge
Expand All @@ -31,4 +30,4 @@ workflows:
- node-10
filters:
branches:
only: wr/npmRelease4
only: master

0 comments on commit b415aca

Please sign in to comment.