Skip to content

Commit

Permalink
Add dot
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Oct 31, 2024
1 parent 27a542d commit b2ef015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id: version-output
run: |
if [ -z ${{ inputs.version }} ]; then
VERSION=0.2.0-${{ github.head_ref || github.ref_name }} ${{ github.run_number }}
VERSION=0.2.0-${{ github.head_ref || github.ref_name }}.${{ github.run_number }}
echo "version=$VERSION" >> $GITHUB_OUTPUT
else
echo "version=${{ inputs.version }}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit b2ef015

Please sign in to comment.