Compare commits

...

3 Commits

Author SHA1 Message Date
Viktor Rådberg
481196de9b test 2024-01-13 19:30:42 +01:00
Viktor Rådberg
a136dbd3f9 test 2024-01-13 19:28:50 +01:00
Viktor Rådberg
8d23349dac test 2024-01-13 19:27:25 +01:00
2 changed files with 7 additions and 1 deletions

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: Checkout repository
uses: actions/checkout@v3
- 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'

View File

@@ -1,7 +1,7 @@
{ {
"name": "life-trinket", "name": "life-trinket",
"private": true, "private": true,
"version": "0.5.2", "version": "0.5.3",
"type": "commonjs", "type": "commonjs",
"engines": { "engines": {
"node": ">=18", "node": ">=18",