Skip to content

Commit

Permalink
chore: publish workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianwessel committed Feb 25, 2024
1 parent d4707cf commit 92f6c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: create pull request
run: |
gh pr create -B master -H ${{ steps.bump_version.outputs.new_branch }} --title 'Merge ${{ steps.bump_version.outputs.new_branch }} into master' --body 'Created by Github action'
gh pr merge ${{ steps.bump_version.outputs.new_branch }} --auto
gh pr merge ${{ steps.bump_version.outputs.new_branch }} --rebase --auto
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publish to NPM
Expand Down

0 comments on commit 92f6c2c

Please sign in to comment.