Skip to content

Commit

Permalink
👷 Use release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Jul 4, 2024
1 parent 228bf92 commit 830ce76
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Publish

on:
release:
types: [published]
workflow_dispatch:

jobs:
publish:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Dart and Flutter Package Publisher
uses: k-paxian/dart-package-publisher@master
with:
credentialJson: ${{ secrets.CREDENTIAL_JSON }}
force: true
skipTests: true
suppressBuildRunner: true

0 comments on commit 830ce76

Please sign in to comment.