Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitj authored Oct 25, 2023
1 parent d17a156 commit a2d4850
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ runs:
shell: bash
run: |
if [ ! -z "$RD_RELEASE" ]; then
echo "version=${RD_RELEASE}-pre-${BUMP_VER}" >> $GITHUB_OUTPUT
echo "version=${RD_RELEASE}-pre.${BUMP_VER}" >> $GITHUB_OUTPUT
else
echo "version=0.1.0-pre-${BUMP_VER}" >> $GITHUB_OUTPUT
echo "version=0.1.0-pre.${BUMP_VER}" >> $GITHUB_OUTPUT
fi

0 comments on commit a2d4850

Please sign in to comment.