forked from external-repos/LifeTrinket
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a136dbd3f9 | ||
|
|
8d23349dac |
9
.github/workflows/firebase-release.yml
vendored
9
.github/workflows/firebase-release.yml
vendored
@@ -31,10 +31,19 @@ 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: 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'
|
||||||
|
|||||||
Reference in New Issue
Block a user