From dcc574692e4041315fcf8d2abcab2e86a7bc46a3 Mon Sep 17 00:00:00 2001 From: Martin Todorov Date: Sun, 9 Jul 2023 02:45:33 +0300 Subject: [PATCH] Initial commit. --- .github/workflows/build-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 643beaf..f38af66 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -97,7 +97,7 @@ jobs: id: versionId run: | curl -X GET -H "Authorization: Bearer ${{ env.GITHUB_TOKEN }}" https://api.github.com/user/packages/container/vertx-codeql-queries/versions >> $HOME/versionIds.json - echo "versionId=$(jq -r '.[] | select(.metadata.container.tags[0] == "1.0.0-alpha").id' $HOME/versionIds.json)" >> $GITHUB_OUTPUT + echo "versionId=$(jq -r '.[] | select(.metadata.container.tags[0] == '1.0.0-alpha').id' $HOME/versionIds.json)" >> $GITHUB_OUTPUT - name: Print Version ID run: echo "The selected Version ID is ${{ steps.versionId.outputs.versionId }}"