Skip to content

Commit

Permalink
fixed version strings for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed May 22, 2024
1 parent 28396d7 commit 72f5212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ runs:
if [ "${{ inputs.release }}" = "true" ]; then
if [ "${{ inputs.version}}" != "" ]; then
ARCHV_VERS=$(arturo --evaluate "print replace {${{ github.ref_name }}} {/^v/} {}")
echo "VERSION=$ARCHV_VERS" >> $GITHUB_ENV
echo "VERSION=-$ARCHV_VERS" >> $GITHUB_ENV
fi
fi
Expand Down

0 comments on commit 72f5212

Please sign in to comment.