Skip to content

Commit

Permalink
Adjustments for testing on this fork
Browse files Browse the repository at this point in the history
Signed-off-by: nscuro <[email protected]>
  • Loading branch information
nscuro committed May 25, 2022
1 parent ba73367 commit f3a2ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Assert ref type
run: |-
if [[ "$GITHUB_REF_TYPE" != "tag" ]]; then
echo "::error::Only tags can be published"
echo "::error::Publishing is only supported for tags!"
exit 1
fi
Expand Down

0 comments on commit f3a2ff2

Please sign in to comment.