Skip to content

Commit c76f542

Browse files
authored
Merge pull request rootless-containers#337 from AkihiroSuda/dev
release.yaml: fix tag
2 parents 9b7c28f + c75ce87 commit c76f542

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
run: sha256sum /tmp/SHA256SUMS
5353
- name: "Prepare the release note"
5454
run: |
55+
tag="${GITHUB_REF##*/}"
5556
shasha=$(sha256sum /tmp/SHA256SUMS | awk '{print $1}')
5657
libslirp_version=$(/tmp/artifact/slirp4netns-x86_64 -v | grep -oP '^libslirp: \K\S*')
5758
libseccomp_version=$(/tmp/artifact/slirp4netns-x86_64 -v | grep -oP '^libseccomp: \K\S*')

0 commit comments

Comments
 (0)