Skip to content

Commit

Permalink
feat(ci): change gh tag format
Browse files Browse the repository at this point in the history
  • Loading branch information
gorillamoe committed Feb 10, 2025
1 parent 88e0153 commit 7b87718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


RELEASE_ACTION="create"
GH_TAG=$(date +%Y-%m-%d)
GH_TAG=$(date +%Y-%m)

create_registry() {
bun .
Expand Down

0 comments on commit 7b87718

Please sign in to comment.