Skip to content

Commit

Permalink
Fix bump script
Browse files Browse the repository at this point in the history
  • Loading branch information
Callisto13 committed Jun 21, 2024
1 parent 54d4023 commit d6b967c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/bump.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash -ex

upstream_release() {
curl -s
"https://api.github.com/repos/metal-toolbox/iam-runtime/releases/latest" \
curl -s \
"https://api.github.com/repos/metal-toolbox/iam-runtime/releases/latest" \
| awk -F'"' '/tag_name/ {printf $4}'
}

Expand Down

0 comments on commit d6b967c

Please sign in to comment.