Skip to content

Commit

Permalink
feat: recursive uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-lilliemarck committed Feb 11, 2024
1 parent 77b9de1 commit 8a5aa34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ retag() {
ncc build src/index.ts
git add .
# git push --delete origin $VERSION
# git tag -d $VERSION
git tag -d $VERSION
git commit -m "$1"
git tag -a $VERSION -m "$1"
git push --follow-tags
Expand Down

0 comments on commit 8a5aa34

Please sign in to comment.