Skip to content

Commit

Permalink
feat(workflows): Fail instantly on errors (#869)
Browse files Browse the repository at this point in the history
Approved-by: Antoine Cotten <antoine@unikraft.io>
  • Loading branch information
antoineco committed Oct 10, 2023
2 parents 1890600 + 62e8060 commit 89c0b5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tag-stable-weekly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Tag new patch version
run: |
set -xe
LATEST_TAG=$(curl -s "https://get.kraftkit.sh/latest.txt")
# Check if LATEST_TAG has semver format
Expand Down

0 comments on commit 89c0b5c

Please sign in to comment.