Skip to content

Commit

Permalink
chore: upgrade wet-run v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Jul 11, 2024
1 parent fad3522 commit 0117247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- run: yarn test
- run: yarn manifest
- run: yarn build
- run: npx --yes wet-run@1.0.3 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.2 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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- run: yarn install --frozen-lockfile
- run: yarn manifest
- run: yarn build
- run: npx --yes wet-run@1.0.3 release prerelease --prerelease canary --provenance --verbose
- run: npx --yes wet-run@1.2.2 release prerelease --prerelease canary --provenance --log-level verbose
- name: Get NPM version
id: npm-version
uses: martinbeentjes/[email protected]
Expand Down

0 comments on commit 0117247

Please sign in to comment.