Skip to content

Commit

Permalink
chore: fix release notes (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
deansheather authored Mar 9, 2023
1 parent 311cec5 commit 7027e23
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 @@ -87,7 +87,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: "build/tunneld"
body: "Docker image: `${{ env.docker_image_tag }}`"
body: "Docker image: `${{ steps.build.outputs.docker_tag }}`"
token: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit 7027e23

Please sign in to comment.