Skip to content

Commit 6af3ca0

Browse files
committed
ci: fix reference to step
1 parent 2af7186 commit 6af3ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,5 +340,5 @@ jobs:
340340
with:
341341
json_data: '{"climate_tokenization_repo":"${{ steps.repo-name.outputs.REPO_NAME }}","application_name":"[\"climate-tokenization-engine\"]","release_version":"${{ steps.tag-name.outputs.TAGNAME }}","add_debian_version":"true","arm64":"available"}'
342342
glue_url: ${{ secrets.GLUE_API_URL }}
343-
glue_project: ${{ steps.tag-name.outputs.GLUE_PROJECT }}
343+
glue_project: ${{ steps.tag-name.is_latest.GLUE_PROJECT }}
344344
glue_path: "trigger"

0 commit comments

Comments
 (0)