github actions
This commit is contained in:
parent
f62aa0ceb3
commit
4e02bb329f
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
- uses: subosito/flutter-action@v2
|
||||
with:
|
||||
channel: 'stable'
|
||||
- name: Run inject credentials
|
||||
- name: Run ${{ github.repository_owner }}/inject-credentials@shell
|
||||
env:
|
||||
CREDENTIALS: ${{ secrets.CREDENTIALS_JSON }}
|
||||
run: |
|
||||
@ -26,7 +26,7 @@ jobs:
|
||||
- run: flutter pub get
|
||||
- run: flutter format --dry-run --set-exit-if-changed .
|
||||
- run: echo "y" | flutter pub publish
|
||||
- name: Run update credentials
|
||||
- name: Run ${{ github.repository_owner }}/update-credentials@shell
|
||||
env:
|
||||
UPDATE_SECRETS_PAT_TOKEN: ${{ secrets.UPDATE_SECRETS_PAT_TOKEN }}
|
||||
run: |
|
||||
|
4
.github/workflows/publish_manually.yml
vendored
4
.github/workflows/publish_manually.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
- uses: subosito/flutter-action@v2
|
||||
with:
|
||||
channel: 'stable'
|
||||
- name: Run inject credentials
|
||||
- name: Run ${{ github.repository_owner }}/inject-credentials@shell
|
||||
env:
|
||||
CREDENTIALS: ${{ secrets.CREDENTIALS_JSON }}
|
||||
run: |
|
||||
@ -24,7 +24,7 @@ jobs:
|
||||
- run: flutter pub get
|
||||
- run: flutter format --dry-run --set-exit-if-changed .
|
||||
- run: echo "y" | flutter pub publish
|
||||
- name: Run update credentials
|
||||
- name: Run ${{ github.repository_owner }}/update-credentials@shell
|
||||
env:
|
||||
UPDATE_SECRETS_PAT_TOKEN: ${{ secrets.UPDATE_SECRETS_PAT_TOKEN }}
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user