Skip to content

Commit afe0a27

Browse files
authored
Fix action release version (#10)
* fix release version from confluent kafka python Signed-off-by: Francisco Vila <[email protected]> * test get latest quay version Signed-off-by: Francisco Vila <[email protected]> * test get latest quay version Signed-off-by: Francisco Vila <[email protected]> * remove unused steps Signed-off-by: Francisco Vila <[email protected]> * fix name Signed-off-by: Francisco Vila <[email protected]> --------- Signed-off-by: Francisco Vila <[email protected]> Signed-off-by: Francisco Vila <[email protected]>
1 parent c3e9b2a commit afe0a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonkafkaclient.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- name: 'Get latest librdkafka version used'
3636
run: |
37-
TAG=$(curl -H "Authorization: Bearer XYZ" -X GET "https://${{vars.REGISTRY_SERVER}}/api/v1/repository/${{REGISTRY_ORGANISATION}}/python-kafka-test-client/tag/" | jq .tags[].name | head -1 | sed -e 's|\"||g')
37+
TAG=$(curl -H "Authorization: Bearer XYZ" -X GET "https://${{vars.REGISTRY_SERVER}}/api/v1/repository/${{vars.REGISTRY_ORGANISATION}}/python-kafka-test-client/tag/" | jq .tags[].name | head -1 | sed -e 's|\"||g')
3838
arrTag=(${TAG//-/ })
3939
echo "${arrTag[1]}"
4040
echo "LIBRDKAFKA_VERSION=${arrTag[1]}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)