Skip to content

Commit

Permalink
fix(CI): add manual trigger for ci deploy (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgomezrico committed Aug 8, 2023
1 parent 7eb936d commit c25aaab
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy_pubspec.yml
@@ -1,8 +1,6 @@
name: Deploy PubSpec

on:
release:
types: [published]
on: workflow_dispatch

jobs:
build:
Expand All @@ -28,7 +26,8 @@ jobs:
sh ./prepare_deploy_env.sh
- run: flutter pub get

- name: Check Publish Warnings
run: pub publish --dry-run
- name: Publish Package
run: pub publish -f
#- name: Publish Package
# run: pub publish -f

0 comments on commit c25aaab

Please sign in to comment.