Skip to content

Commit

Permalink
CI: release.yaml: fix release note
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
  • Loading branch information
AkihiroSuda committed Sep 13, 2023
1 parent 0252253 commit f4723a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
--build-arg SOURCE_DATE_EPOCH=${SOURCE_DATE_EPOCH} \
--platform=amd64,arm64,arm,s390x,ppc64le,riscv64 \
-f Dockerfile.artifact \
"https://github.com/${{ github.repository }}.git#${{ github.event.pull_request.head.sha }}"
"https://github.com/${{ github.repository }}.git#${tag}"
\`\`\`
EOF
- name: "Create release"
Expand Down

0 comments on commit f4723a5

Please sign in to comment.