Skip to content

Commit

Permalink
add automated publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvanMo committed Nov 5, 2024
1 parent 03edd67 commit 26cf459
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/publish_flutter_package/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ runs:
run: flutter pub get
working-directory: ${{ inputs.working-directory }}

- name: 🌵 Dry Run
shell: ${{ inputs.shell }}
run: flutter pub publish --dry-run
working-directory: ${{ inputs.working-directory }}
# - name: 🌵 Dry Run
# shell: ${{ inputs.shell }}
# run: flutter pub publish --dry-run
# working-directory: ${{ inputs.working-directory }}

- name: 📢 Publish
shell: ${{ inputs.shell }}
Expand Down

0 comments on commit 26cf459

Please sign in to comment.