Skip to content

Commit

Permalink
ci: fix dry-run release
Browse files Browse the repository at this point in the history
  • Loading branch information
meskill committed Sep 12, 2021
1 parent 06a3f74 commit 546f443
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
- name: Dry-Run Release
id: release
uses: ridedott/release-me-action@v3
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
dry-run: true
node-module: true
Expand Down

0 comments on commit 546f443

Please sign in to comment.