Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlspring committed Jul 10, 2023
1 parent 9018020 commit e4cbf49
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 @@ -96,7 +96,7 @@ jobs:
- name: Get Version ID from the Versions List
id: versionId
run: |
echo "versionId=$(curl -s -X GET -H \"Authorization: Bearer ${{ env.GITHUB_TOKEN }}\" https://api.github.com/user/packages/container/vertx-codeql-queries/versions | jq -r '.[] | select(.metadata.container.tags[0] == \"1.0.0-alpha\").id')" >> $GITHUB_OUTPUT
echo "versionId=$(curl -s -X GET -H "Authorization: Bearer ${{ env.GITHUB_TOKEN }}" https://api.github.com/user/packages/container/vertx-codeql-queries/versions | jq -r '.[] | select(.metadata.container.tags[0] == "1.0.0-alpha").id')" >> $GITHUB_OUTPUT
- name: Print Version ID
run: echo "The selected Version ID is ${{ steps.versionId.outputs.versionId }}"
Expand Down

0 comments on commit e4cbf49

Please sign in to comment.