|
|
|
@ -94,12 +94,12 @@ jobs:
|
|
|
|
|
# token: ${{ secrets.GITHUB_TOKEN }} # Allows git push
|
|
|
|
|
|
|
|
|
|
- name: Install GitVersion
|
|
|
|
|
uses: gittools/actions/gitversion/setup@v0.9.7
|
|
|
|
|
uses: gittools/actions/gitversion/setup@v0
|
|
|
|
|
with:
|
|
|
|
|
versionSpec: 5.x
|
|
|
|
|
|
|
|
|
|
- name: Determine Version
|
|
|
|
|
uses: gittools/actions/gitversion/execute@v0.9.7
|
|
|
|
|
uses: gittools/actions/gitversion/execute@v0
|
|
|
|
|
id: gitversion
|
|
|
|
|
|
|
|
|
|
- name: Download Artifacts
|
|
|
|
|