Skip to content

Commit

Permalink
Merge pull request #337 from AkihiroSuda/dev
Browse files Browse the repository at this point in the history
release.yaml: fix tag
  • Loading branch information
AkihiroSuda authored Feb 19, 2024
2 parents 9b7c28f + c75ce87 commit c76f542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
run: sha256sum /tmp/SHA256SUMS
- name: "Prepare the release note"
run: |
tag="${GITHUB_REF##*/}"
shasha=$(sha256sum /tmp/SHA256SUMS | awk '{print $1}')
libslirp_version=$(/tmp/artifact/slirp4netns-x86_64 -v | grep -oP '^libslirp: \K\S*')
libseccomp_version=$(/tmp/artifact/slirp4netns-x86_64 -v | grep -oP '^libseccomp: \K\S*')
Expand Down

0 comments on commit c76f542

Please sign in to comment.