Skip to content

Commit 9e50544

Browse files
committed
Fix tag operations for nightly release
1 parent 0f1661c commit 9e50544

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
2020
steps:
21+
- name: Checkout git repo
22+
uses: actions/checkout@v4
2123
- name: Create release
2224
run: |
2325
if [[ "${{ github.ref_type }}" == "tag" ]]; then

0 commit comments

Comments
 (0)