Compare commits

...

2 Commits

Author SHA1 Message Date
Viktor Rådberg
8d23349dac test 2024-01-13 19:27:25 +01:00
Viktor Rådberg
a7caa46156 test 2024-01-13 19:22:31 +01:00

View File

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