Skip to content

Commit

Permalink
Fix: Correct bad actions call
Browse files Browse the repository at this point in the history
Issue: RELENG-4563
Signed-off-by: Andrew Grimberg <[email protected]>
Change-Id: I5e960e68368a3471d73776b330d4bb12f489d043
  • Loading branch information
tykeal committed Apr 18, 2023
1 parent a178014 commit 114933a
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: evops-actions/[email protected].1
uses: devops-actions/[email protected].2
- name: Convert tag
run: >-
VER=$(echo "${{ steps.tag.outputs.tag }}" | tr . -)
Expand Down

0 comments on commit 114933a

Please sign in to comment.