File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 17
17
- uses : actions/checkout@v3
18
18
- name : Update version in package.json
19
19
run : yarn version --no-git-tag-version --new-version ${{ github.ref_name }}
20
+ - name : Get version in manifest.json
21
+ id : manifestversion
22
+ uses : notiz-dev/github-action-json-property@release
23
+ with :
24
+ path : " public/manifest.json"
25
+ prop_path : " version"
20
26
- name : Update manifest.json version
27
+ if : ${{ steps.manifestversion.outputs.prop !== github.ref_name }}
21
28
uses : jossef/action-set-json-field@v2
22
29
with :
23
30
file : public/manifest.json
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " frontend" ,
3
- "version" : " 5.3.3 " ,
3
+ "version" : " 5.3.4 " ,
4
4
"description" : " React frontend for the Cards 110" ,
5
5
"author" : " Daithi Hearn" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"short_name" : " Cards 110" ,
3
3
"name" : " Cards 110" ,
4
- "version" : " 5.3.3 " ,
4
+ "version" : " 5.3.4 " ,
5
5
"icons" : [
6
6
{
7
7
"src" : " ./assets/favicon.png" ,
You can’t perform that action at this time.
0 commit comments