Skip to content

Commit

Permalink
Fix issue in echo
Browse files Browse the repository at this point in the history
  • Loading branch information
jfantinhardesty committed Dec 12, 2024
1 parent 356647d commit 6671b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Set Version
id: get_version
run: echo"VERSION=${REF_NAME#v}" >> $GITHUB_OUTPUT
run: echo "VERSION=${REF_NAME}" >> $GITHUB_OUTPUT
env:
REF_NAME: ${{ github.ref_name }}

Expand Down

0 comments on commit 6671b4f

Please sign in to comment.