Skip to content

Commit

Permalink
dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed Jan 7, 2025
1 parent 374ac08 commit 34a03df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ jobs:
run: npm install


- run: npm run release -- --tag 7.0.0 --dry-run
- run: npm run release -- --tag v7.0.0 --dry-run
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/github-script@v7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/src/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
- *cache
- *install_node_packages

- run: npm run release -- --tag 7.0.0 --dry-run
- run: npm run release -- --tag v7.0.0 --dry-run
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/github-script@v7
Expand Down

0 comments on commit 34a03df

Please sign in to comment.