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 04b62c3 commit 6420508
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: tag_version
uses: mathieudutour/[email protected]
with:
custom_tag: v${{ env.DATETIME }}
custom_tag: ${{ env.DATETIME }}
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Build notebooks
Expand All @@ -43,8 +43,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ env.DATETIME }}
release_name: Release ${{ env.DATETIME }}
tag_name: v${{ env.DATETIME }}
release_name: Release v${{ env.DATETIME }}
draft: false
prerelease: false

Expand Down

0 comments on commit 6420508

Please sign in to comment.