forked from external-repos/LifeTrinket
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
481196de9b | ||
|
|
a136dbd3f9 | ||
|
|
8d23349dac |
6
.github/workflows/firebase-release.yml
vendored
6
.github/workflows/firebase-release.yml
vendored
@@ -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'
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user