Skip to content

Commit

Permalink
ci: validate
Browse files Browse the repository at this point in the history
  • Loading branch information
tsi committed Dec 25, 2023
1 parent 775ccd1 commit d092fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
echo "changelog<<EOF" >> $GITHUB_OUTPUT
echo "$(npx semantic-release --dry-run)" >> $GITHUB_OUTPUT
echo "$(npx semantic-release --dry-run --branches master,${{ github.ref_name }} --no-ci)" >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
- name: Comment PR
Expand Down

0 comments on commit d092fe1

Please sign in to comment.