Skip to content

Commit

Permalink
fix: use pr instead of automerge
Browse files Browse the repository at this point in the history
  • Loading branch information
joesturge committed Jul 28, 2024
1 parent 403f7d1 commit f3a8c10
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:

permissions:
contents: write
pull-requests: write

steps:
- name: Checkout repository
Expand All @@ -58,7 +59,10 @@ jobs:
draft: false
prerelease: false

- uses: stefanzweifel/git-auto-commit-action@v5
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
commit_message: "[ci-skip] release: ${{ github.ref }}"
branch: master
title: Release ${{ github.ref }}
branch: release/${{ github.ref }}
commit-message: "[ci skip] update changelog for ${{ github.ref }}"
body: This PR was created by the release workflow.

0 comments on commit f3a8c10

Please sign in to comment.