Updating app version number
This commit is contained in:
2
.github/workflows/app_build.yaml
vendored
2
.github/workflows/app_build.yaml
vendored
@@ -17,7 +17,7 @@ env:
|
||||
|
||||
permissions:
|
||||
id-token: write
|
||||
|
||||
contents: read
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
3
.github/workflows/deploy.yaml
vendored
3
.github/workflows/deploy.yaml
vendored
@@ -12,6 +12,9 @@ on:
|
||||
required: true
|
||||
type: string
|
||||
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user