Skip to content

Commit

Permalink
Try use output from previous step
Browse files Browse the repository at this point in the history
  • Loading branch information
DrEsteban committed May 23, 2024
1 parent 469feda commit 18fcdcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
#### Docker image:
```
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.set_version.outputs.version_tag }}
${{ steps.meta.outputs.tags[1] }}
```
draft: ${{ inputs.draft }}
prerelease: false
Expand Down

0 comments on commit 18fcdcc

Please sign in to comment.