Skip to content

Commit 7027e23

Browse files
authored
chore: fix release notes (#8)
1 parent 311cec5 commit 7027e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
uses: ncipollo/release-action@v1
8888
with:
8989
artifacts: "build/tunneld"
90-
body: "Docker image: `${{ env.docker_image_tag }}`"
90+
body: "Docker image: `${{ steps.build.outputs.docker_tag }}`"
9191
token: ${{ secrets.GITHUB_TOKEN }}
9292

9393
- name: Upload artifacts to actions (if dry-run or snapshot)

0 commit comments

Comments
 (0)