Skip to content

Commit

Permalink
chore: upgrade wet-run
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Dec 13, 2024
1 parent 89945cc commit 1380d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- uses: fregante/setup-git-user@v1
- run: npm ci
- run: npm run lint
- run: npx --yes wet-run@1.0.0 release ${{ inputs.version }} ${{ inputs.dryrun && '--dry-run' || '' }} ${{ inputs.prerelease && format('--prerelease {0}', inputs.prerelease) || '' }} --provenance --changelog --github-release --verbose
- run: npx --yes wet-run@1.2.5 release ${{ inputs.version }} ${{ inputs.dryrun && '--dry-run' || '' }} ${{ inputs.prerelease && format('--prerelease {0}', inputs.prerelease) || '' }} --provenance --changelog --github-release --log-level verbose
- name: Get NPM version
id: npm-version
uses: martinbeentjes/[email protected]
Expand Down

0 comments on commit 1380d26

Please sign in to comment.