Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Dec 18, 2022
1 parent bd6f00f commit fed6bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

set -e
set -euo pipefail

if [[ $GITHUB_REF != "refs/tags/"* ]]; then
echo "::warning::Skipping: This should only run on tags push or on release.";
Expand Down

0 comments on commit fed6bf2

Please sign in to comment.