From aa61adea3728682fe983c838152e706deda86bd5 Mon Sep 17 00:00:00 2001 From: Kevin Smith Date: Wed, 22 May 2024 10:46:04 -0500 Subject: [PATCH] Fix tag names --- .github/workflows/release-samples.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-samples.yml b/.github/workflows/release-samples.yml index 7f95376..bc2b6e7 100644 --- a/.github/workflows/release-samples.yml +++ b/.github/workflows/release-samples.yml @@ -29,7 +29,8 @@ jobs: id: tag_version uses: mathieudutour/github-tag-action@v6.2 with: - custom_tag: ${{ env.DATETIME }} + custom_tag: v${{ env.DATETIME }} + tag_prefix: "" github_token: ${{ secrets.GITHUB_TOKEN }} - name: Build notebooks