Skip to content

Commit 8305da3

Browse files
authored
ci: fix tag_release github workflow (#39)
PLAT-55
1 parent 766b98d commit 8305da3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tag_release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
permissions:
1616
contents: write
1717
steps:
18+
- uses: actions/checkout@v4
1819
- name: Tag release
1920
run: |
2021
branch_name=${{ github.event.pull_request.head.ref }}

0 commit comments

Comments
 (0)