File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 with :
3131 path : |
3232 node_modules
33+ .vscode-test
3334 key : ${{ runner.os }}-node-${{ hashFiles('pnpm-lock.yaml') }}
3435
3536 - name : β Dependencies
@@ -40,11 +41,13 @@ jobs:
4041 - name : π Get Calendar Version
4142 id : version
4243 run : |
44+ git config --global --add safe.directory $PWD
45+ dir env:
4346 [string]$version = & .github\Get-CalendarVersion.ps1 -MergeBuild
4447 "Calculated Version: $version"
45- $ENV:GITHUB_OUTPUT = "version=$version"
46- $ENV:GITHUB_OUTPUT = "calendarVersion=$version"
47- $ENV:GITHUB_OUTPUT = "semanticVersion=$version"
48+ "version=$version" >> $ENV:GITHUB_OUTPUT
49+ "calendarVersion=$version" >> $ENV:GITHUB_OUTPUT
50+ "semanticVersion=$version" >> $ENV:GITHUB_OUTPUT
4851
4952 - name : π·ββοΈ Build
5053 run : |
6467 with :
6568 version : ' ${{steps.version.outputs.version}}'
6669 prerelease : true
70+ tag : ' v${{steps.version.outputs.version}}'
71+
You canβt perform that action at this time.
0 commit comments