This commit is contained in:
Viktor Rådberg
2024-01-13 19:27:25 +01:00
parent a7caa46156
commit 8d23349dac

View File

@@ -31,10 +31,16 @@ jobs:
release: release:
# needs: build_and_deploy # needs: build_and_deploy
runs-on: ubuntu-latest runs-on: ubuntu-latest
env:
working-directory: ${{ github.workspace }}
steps: steps:
- name: List Repository Contents
run: ls -R
- name: get version - name: get version
id: version id: version
uses: notiz-dev/github-action-json-property@v0.2.0 uses: notiz-dev/github-action-json-property@v0.2.0
with: with:
path: 'package.json' path: 'package.json'
prop_path: 'version' prop_path: 'version'