Skip to content

Commit

Permalink
fix: wrong variable reference in auto-version-release.yaml file
Browse files Browse the repository at this point in the history
Signed-off-by: ty-dc <[email protected]>
  • Loading branch information
ty-dc committed Jun 17, 2024
1 parent 8babb5e commit 19fc1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-version-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
needs: [build-release-image, get-tag]
uses: ./.github/workflows/call-release-version.yaml
with:
dest_tag: ${{ needs.get-tag.outputs.tag }}
ref: ${{ needs.get-tag.outputs.tag }}
secrets: inherit

create-release:
Expand Down

0 comments on commit 19fc1f6

Please sign in to comment.