Skip to content

Commit

Permalink
ci: add create-pull-request step to release
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILLIPS71 committed Apr 14, 2024
1 parent b087b1f commit e6f370e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/actions/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ runs:
env:
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}

# - name: '🏷️ Open Pull Request'
# uses: thomaseizinger/create-pull-request@master
# with:
# title: 'chore(release): ${{ steps.version.outputs.version }}'
# labels: '🏷️ Release, 🥳️ LGTM'
# github_token: ${{ inputs.GITHUB_TOKEN }}
# head: release/${{ steps.version.outputs.version }}
# base: main
- name: '🏷️ Open Pull Request'
uses: thomaseizinger/create-pull-request@master
with:
title: 'chore(release): ${{ steps.version.outputs.version }}'
labels: '🏷️ Release, 🥳️ LGTM'
github_token: ${{ inputs.GITHUB_TOKEN }}
head: release/${{ steps.version.outputs.version }}
base: main

0 comments on commit e6f370e

Please sign in to comment.