Skip to content

Commit 8c4dc39

Browse files
(chore) Update Release PR Workflow
1 parent da4f901 commit 8c4dc39

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/open-release-pr.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,13 @@ jobs:
5050
yarn version ${{ inputs.release_type }}
5151
VERSION=$(node -p "require('./package.json').version")
5252
echo "version=$VERSION" >> $GITHUB_OUTPUT
53+
54+
- name: Run tests on release changes
55+
run: yarn verify
5356

5457
- name: Create PR with release changes
5558
id: cpr
5659
uses: peter-evans/create-pull-request@v7
57-
env:
58-
HUSKY: 0
5960
with:
6061
# branch name is unique per run
6162
branch: "release/v${{ steps.release.outputs.version }}_${{ github.run_id }}"

0 commit comments

Comments
 (0)