We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fce35a commit abae96eCopy full SHA for abae96e
.github/workflows/manual-post-release.yml
@@ -33,11 +33,11 @@ jobs:
33
with:
34
fetch-depth: 0
35
fetch-tags: true
36
- ref: next
+ ref: ${{ github.ref_name }}
37
38
- name: Pull latest changes
39
run: |
40
- git pull origin next
+ git pull origin ${{ github.ref_name }}
41
42
- name: Install pnpm
43
uses: pnpm/action-setup@v4
.github/workflows/release-packages.yml
@@ -38,6 +38,7 @@ jobs:
44
0 commit comments