Skip to content

Commit aa61ade

Browse files
committed
Fix tag names
1 parent 6420508 commit aa61ade

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-samples.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
id: tag_version
3030
uses: mathieudutour/github-tag-action@v6.2
3131
with:
32-
custom_tag: ${{ env.DATETIME }}
32+
custom_tag: v${{ env.DATETIME }}
33+
tag_prefix: ""
3334
github_token: ${{ secrets.GITHUB_TOKEN }}
3435

3536
- name: Build notebooks

0 commit comments

Comments
 (0)