Skip to content

Commit

Permalink
fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Z0rdak committed Feb 14, 2025
1 parent 33343d7 commit ee6d3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# instead creating new files for each version
- id: get-yawp-version
run: |
yawpVersion=$(echo ${{github.ref_name}} | cut -d- -f2)
yawpVersion=$(echo ${{github.ref_name}} | cut -d- -f2,3)
echo "::set-output name=yawpVersion::$yawpVersion"
- run: echo "${{steps.get-yawp-version.outputs.yawpVersion}}"

Expand Down

0 comments on commit ee6d3f2

Please sign in to comment.