Skip to content

Commit

Permalink
Fix: Correct version label for GHA call
Browse files Browse the repository at this point in the history
Issue: RELENG-4563
Signed-off-by: Andrew Grimberg <[email protected]>
Change-Id: I0af3d2078b579bd4b48b7cceea3d8b0456e5b918
  • Loading branch information
tykeal committed Apr 24, 2023
1 parent fdda6f3 commit 9f7ece2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
pipx run tox -e publish -- --repository pypi
- name: Get tag
id: tag
uses: devops-actions/action-get-tag@1.0.2
uses: devops-actions/action-get-tag@v1.0.2
- name: Convert tag
run: >-
VER=$(echo "${{ steps.tag.outputs.tag }}" | tr . -)
Expand Down

0 comments on commit 9f7ece2

Please sign in to comment.