Skip to content

Commit

Permalink
Remove extra v
Browse files Browse the repository at this point in the history
  • Loading branch information
kesmit13 committed May 22, 2024
1 parent c12a253 commit 04b62c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ env.DATETIME }}
release_name: Release v${{ env.DATETIME }}
tag_name: ${{ env.DATETIME }}
release_name: Release ${{ env.DATETIME }}
draft: false
prerelease: false

Expand Down

0 comments on commit 04b62c3

Please sign in to comment.