parent
bcb9807f6f
commit
7e38cf9b46
1 changed files with 6 additions and 4 deletions
|
@ -25,11 +25,13 @@ jobs:
|
||||||
run: echo "run=toJSON(${{ inputs.build || !contains(steps.version.outputs.version, '-')) }}" >> $GITHUB_OUTPUT
|
run: echo "run=toJSON(${{ inputs.build || !contains(steps.version.outputs.version, '-')) }}" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Check
|
- name: Check
|
||||||
|
env:
|
||||||
|
VERSION: ${{ steps.version.outputs.version }}
|
||||||
|
BUILD: ${{ fromJSON(steps.builder.outputs.run)}}
|
||||||
run: |
|
run: |
|
||||||
echo version
|
echo "version $VERSION"
|
||||||
#echo '${{ steps.version.outputs.version }}'
|
echo "Build"
|
||||||
echo Build
|
echo "$BUILD"
|
||||||
#echo '${{ fromJSON(steps.builder.outputs.run)}}'
|
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v4
|
- uses: pnpm/action-setup@v4
|
||||||
name: Install pnpm
|
name: Install pnpm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue