Skip to content

Commit

Permalink
chore(publish): Update prepare release action (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 authored Feb 16, 2024
1 parent 2200b54 commit 5a51876
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ on:
description: Version to release
required: true
force:
description: Force a release even when there are release-blockers (optional)
description:
Force a release even when there are release-blockers (optional)
required: false
merge_target:
description: Target branch to merge into. Uses the default branch as a fallback (optional)
description:
Target branch to merge into. Uses the default branch as a fallback
(optional)
required: false
default: master
jobs:
Expand All @@ -24,11 +27,10 @@ jobs:
- name: Install Dependencies
run: yarn install
- name: Prepare release
uses: getsentry/action-prepare-release@v1
uses: getsentry/action-prepare-release@lms/write-config-branch
env:
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_PAT }}
with:
version: ${{ github.event.inputs.version }}
force: ${{ github.event.inputs.force }}
merge_target: ${{ github.event.inputs.merge_target }}

0 comments on commit 5a51876

Please sign in to comment.