Skip to content

Commit

Permalink
Merge pull request #5 from joesturge/joesturge-hotfix
Browse files Browse the repository at this point in the history
fix: use pr instead of automerge
  • Loading branch information
joesturge authored Jul 28, 2024
2 parents 403f7d1 + f3a8c10 commit 2f088c8
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 2f088c8

Please sign in to comment.