Skip to content

Commit

Permalink
improve script
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrichwilken committed Dec 15, 2023
1 parent 872428a commit 992df7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/check_tag_does_not_exist.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

set -eu # stop on error and on missing variable.

# This script checks that the TAG arg does not exist, already.

TAG="$1"
Expand Down

0 comments on commit 992df7d

Please sign in to comment.