Skip to content

Commit

Permalink
Fix tag names
Browse files Browse the repository at this point in the history
  • Loading branch information
kesmit13 committed May 22, 2024
1 parent 6420508 commit aa61ade
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
id: tag_version
uses: mathieudutour/[email protected]
with:
custom_tag: ${{ env.DATETIME }}
custom_tag: v${{ env.DATETIME }}
tag_prefix: ""
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Build notebooks
Expand Down

0 comments on commit aa61ade

Please sign in to comment.