Skip to content

Commit edf91b2

Browse files
committed
ci: fix tag_release github workflow
1 parent 01ca4c6 commit edf91b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tag_release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
permissions:
1616
contents: write
1717
steps:
18+
- uses: actions/checkout@v3
19+
with:
20+
ref: main
1821
- name: Tag release
1922
run: |
2023
branch_name=${{ github.event.pull_request.head.ref }}

0 commit comments

Comments
 (0)