Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Mar 12, 2024
1 parent 1c76555 commit 8013e84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,17 @@ jobs:
overrideConfig: |
update-build-number=false
- run: |
echo "Major (major) : ${{ env.major }}"
echo "Major (env.major) : ${{ env.major }}"
echo "Major (env.GitVersion_Major) : ${{ env.GitVersion_Major }}"
echo "Major (steps.gitversion.outputs.major) : ${{ steps.gitversion.outputs.major }}"
echo "Major (steps.gitversion.outputs.GitVersion_Major) : ${{ steps.gitversion.outputs.GitVersion_Major }}"
echo "Minor (minor) : ${{ env.minor }}"
echo "Minor (env.minor) : ${{ env.minor }}"
echo "Minor (env.GitVersion_Minor) : ${{ env.GitVersion_Minor }}"
echo "Minor (steps.gitversion.outputs.minor) : ${{ steps.gitversion.outputs.minor }}"
echo "Minor (steps.gitversion.outputs.GitVersion_Minor) : ${{ steps.gitversion.outputs.GitVersion_Minor }}"
echo "Patch (patch) : ${{ env.patch }}"
echo "Patch (env.patch) : ${{ env.patch }}"
echo "Patch (env.GitVersion_Patch) : ${{ env.GitVersion_Patch }}"
echo "Patch (steps.gitversion.outputs.patch) : ${{ steps.gitversion.outputs.patch }}"
echo "Patch (steps.gitversion.outputs.GitVersion_Patch) : ${{ steps.gitversion.outputs.GitVersion_Patch }}"
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ dist-ssr
*.vsix

/dist/mock/

.debug/

0 comments on commit 8013e84

Please sign in to comment.