Skip to content

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
skynet2 committed Dec 31, 2024
1 parent ceb555e commit c28ee3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
env:
MAJOR_VERSION: 0
outputs:
versionSemVerOut: v.${{ steps.semVer.outputs.semVersion }}
versionSemVerOut: v${{ steps.semVer.outputs.semVersion }}
steps:
- id: semVer
run: echo "semVersion=$MAJOR_VERSION.0.${{ github.run_number }}" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit c28ee3c

Please sign in to comment.