Skip to content

Commit

Permalink
Update update_latest_versions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelteil committed May 18, 2023
1 parent e7492a4 commit ffb0e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_latest_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Format version number
id: format_version
run: |
echo "::set-output name=formatted_version::${{ steps.extract_version.outputs.version#refs/tags/ }}"
echo "::set-output name=formatted_version::${{ steps.extract_version.outputs.version.replace('refs/tags/', '') }}"
- name: Update version
run: echo ${{ steps.format_version.outputs.formatted_version }} > latest_version.txt
Expand Down

0 comments on commit ffb0e89

Please sign in to comment.