Skip to content

Commit

Permalink
Dry-run: false
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin McDonnell committed Mar 18, 2022
1 parent 5d356dd commit 25b41e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
dry-run: true
dry-run: false

- name: If Publish
if: steps.publish.outputs.type != 'none'
Expand Down Expand Up @@ -77,5 +77,5 @@ jobs:
release_name: v${{ steps.publish.outputs.version }}
commitish: ${{ github.ref }}
body: ${{steps.github_release.outputs.changelog}}
draft: true
draft: false
prerelease: false

0 comments on commit 25b41e6

Please sign in to comment.