Skip to content

Commit

Permalink
make sure semver always has 4 points, the last will be 0 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Oct 2, 2024
1 parent 23dae5d commit c9c1574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fw-lite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
shortSha=$(echo ${{ github.sha }} | cut -c1-8)
echo "VERSION=v$(date --rfc-3339=date)-$shortSha" >> ${GITHUB_OUTPUT}
echo "SEMVER_VERSION=$(date +%Y.%-m.%-d)" >> ${GITHUB_OUTPUT}
echo "SEMVER_VERSION=$(date +%Y.%-m.%-d).0" >> ${GITHUB_OUTPUT}
- name: Dotnet build
working-directory: backend/FwLite/FwLiteDesktop
run: |
Expand Down

0 comments on commit c9c1574

Please sign in to comment.