Skip to content

Commit

Permalink
ci: test not dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
dbhagen committed Nov 14, 2024
1 parent 487d706 commit 55eb7ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
run: |
# the below line gets us locally to the result of the PR merge on the correct ref
git checkout -b ${{ github.base_ref }} pull/${{ github.event.number }}/merge
unset GITHUB_ACTIONS && npx semantic-release --dry-run --no-ci
unset GITHUB_ACTIONS && npx semantic-release
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
- name: Bump and Release
env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release

0 comments on commit 55eb7ee

Please sign in to comment.