ci(deps): bump jaywcjlove/coverage-badges-cli from bd6ccbf422c0ed54c01f283019fd2bc648f58541 to 4e8975aa2628e3329126e7eee36724d07ed86fda in the actions group across 1 directory #503
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Dry Run Publish Package with pkg.pr.new | |
| on: | |
| pull_request: | |
| push: | |
| jobs: | |
| dry-publish: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 | |
| - name: Setup Nix | |
| uses: ./.github/actions/setup-nix | |
| - name: 🚀 Dry Run Publish Package | |
| run: nix develop --command pnpm dlx pkg-pr-new publish --pnpm |