Skip to content

Commit abae96e

Browse files
committed
chore(root): updated release workflow
1 parent 6fce35a commit abae96e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/manual-post-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
with:
3434
fetch-depth: 0
3535
fetch-tags: true
36-
ref: next
36+
ref: ${{ github.ref_name }}
3737

3838
- name: Pull latest changes
3939
run: |
40-
git pull origin next
40+
git pull origin ${{ github.ref_name }}
4141
4242
- name: Install pnpm
4343
uses: pnpm/action-setup@v4

.github/workflows/release-packages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
with:
3939
fetch-depth: 0
4040
fetch-tags: true
41+
ref: ${{ github.ref_name }}
4142

4243
- name: Install pnpm
4344
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)