We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 037e71f commit b395d9aCopy full SHA for b395d9a
.github/workflows/make-version.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Checkout code
21
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
22
with:
23
- ref: ${{ github.sha }}
+ ref: ${{ github.ref }}
24
- name: Setup NodeJS
25
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
26
0 commit comments