We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b7c28f + c75ce87 commit c76f542Copy full SHA for c76f542
.github/workflows/release.yaml
@@ -52,6 +52,7 @@ jobs:
52
run: sha256sum /tmp/SHA256SUMS
53
- name: "Prepare the release note"
54
run: |
55
+ tag="${GITHUB_REF##*/}"
56
shasha=$(sha256sum /tmp/SHA256SUMS | awk '{print $1}')
57
libslirp_version=$(/tmp/artifact/slirp4netns-x86_64 -v | grep -oP '^libslirp: \K\S*')
58
libseccomp_version=$(/tmp/artifact/slirp4netns-x86_64 -v | grep -oP '^libseccomp: \K\S*')
0 commit comments