Skip to content

Commit

Permalink
- Updated npm pacakge to use full semver
Browse files Browse the repository at this point in the history
  • Loading branch information
FranckyC committed Nov 12, 2024
1 parent 86310aa commit 7439d71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
run: |
echo "majorMinorPatch=$GitVersion_MajorMinorPatch" >> "$GITHUB_OUTPUT"
echo "semver=$GitVersion_SemVer" >> "$GITHUB_OUTPUT"
echo "fullsemver=$GitVersion_FullSemVer" >> "$GITHUB_OUTPUT"
tests_components:
runs-on: ubuntu-latest
defaults:
Expand Down Expand Up @@ -168,7 +169,7 @@ jobs:
run:
working-directory: ./packages/components
env:
VERSION: ${{ needs.version.outputs.semver }}
VERSION: ${{ needs.version.outputs.fullsemver }}
steps:
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 7439d71

Please sign in to comment.