We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f605e3d commit 983b814Copy full SHA for 983b814
1 file changed
.github/workflows/release.yml
@@ -94,7 +94,7 @@ jobs:
94
- name: Checkout source code
95
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
96
with:
97
- ref: main
+ ref: ${{ github.event.release.tag_name }}
98
persist-credentials: false
99
100
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
0 commit comments