Skip to content

Commit

Permalink
Changed gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Code42Maestro committed Oct 7, 2023
1 parent b19682f commit c75b760
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4.10
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
Expand All @@ -26,8 +26,8 @@ jobs:
- name: Check Publish Warnings
run: dart pub publish --dry-run
- name: Publish
uses: sakebook/[email protected]
uses: nikosportolos/[email protected]
with:
credential: ${{ secrets.CREDENTIAL_JSON }}
credential: ${{ secrets.CREDENTIAL_BASE64 }}
flutter_package: false
skip_test: true

0 comments on commit c75b760

Please sign in to comment.