Skip to content

Commit

Permalink
πŸ’š Fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Sep 22, 2023
1 parent ca7d125 commit ef06c5d
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/pub_publish.yml
@@ -1,4 +1,4 @@
name: Pub Publish plugin
name: Publish

on:
release:
Expand All @@ -7,16 +7,15 @@ on:

jobs:
publish:

runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v1
- name: Publish
uses: sakebook/actions-flutter-pub-publisher@v1.3.0
uses: k-paxian/dart-package-publisher@master
with:
credential: ${{ secrets.CREDENTIAL_JSON }}
flutter_package: true
skip_test: true
credentialJson: ${{ secrets.CREDENTIAL_JSON }}
flutter: true
dry_run: false
skipTests: true
force: true

0 comments on commit ef06c5d

Please sign in to comment.