Skip to content

Commit b395d9a

Browse files
authored
chore(ci): set github ref in make version workflow (#2093)
1 parent 037e71f commit b395d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout code
2121
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2222
with:
23-
ref: ${{ github.sha }}
23+
ref: ${{ github.ref }}
2424
- name: Setup NodeJS
2525
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
2626
with:

0 commit comments

Comments
 (0)