Skip to content

Commit

Permalink
Move set_tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Mar 26, 2024
1 parent 2a4f2e8 commit 0adf25a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions set_tag.sh → scripts/set_tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set -o pipefail

cd "$( cd "$( dirname "${BASH_SOURCE[0]:-${(%):-%x}}" )" >/dev/null 2>&1 && pwd )"

cd ..
git tag -d $1 || true
git push --delete origin $1 || true
git tag -a $1 -m "DuckPGQ '$1'"
Expand Down

0 comments on commit 0adf25a

Please sign in to comment.