Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlspring committed Jul 8, 2023
1 parent 64a35c8 commit dcc5746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit dcc5746

Please sign in to comment.