ci(deps): bump anthropics/claude-code-action from 1.0.34 to 1.0.41 in the actions group #701
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| - name: Setup Nix | |
| uses: ./.github/actions/setup-nix | |
| - name: 🚀 Dry Run Publish Package | |
| run: nix develop --command pnpm dlx pkg-pr-new publish --pnpm |