Skip to content

Commit

Permalink
lets see
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoveloper committed Nov 23, 2024
1 parent 71503c5 commit c571627
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Package Publish dry-run

on:
push:
branches: [ master ]
branches: [ ]

jobs:

Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ jobs:
name: "Check Version Tag"
runs-on: ubuntu-20.04
steps:
-
uses: actions/checkout@v3
- uses: actions/checkout@v3
-
continue-on-error: true
env:
Expand Down Expand Up @@ -46,22 +45,23 @@ jobs:
with:
name: home
path: version.txt

publish:
needs:
- check_version
runs-on: ubuntu-20.04
steps:
-
name: Checkout
- name: Checkout
uses: actions/checkout@v3
-
name: "Publish Package"
- name: Create Pub Credentials File
run: echo "${{ secrets.CREDENTIAL_JSON }}" > ~/.pub-cache/credentials.json
- name: "Publish Package"
uses: Omega365/actions-flutter-pub-publisher@master
with:
credential: "${{secrets.CREDENTIAL_JSON}}"
dry_run: false
flutter_package: true
skip_test: true

tag:
name: "Tag Version"
needs:
Expand Down

0 comments on commit c571627

Please sign in to comment.