Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anssari1 committed Nov 29, 2023
1 parent e800c43 commit b9b114f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-github-release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

read -r nextVersion
nextVersion=$1
today=$(date "+%Y%m%d")
git tag v"$today" v"$nextVersion"
git push --tags
Expand Down

0 comments on commit b9b114f

Please sign in to comment.