Skip to content

Commit

Permalink
ci: enable publishing; delete release trigger workflow (#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored May 29, 2022
1 parent 327b6e0 commit dea156d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 59 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
refreshToken: ${{ secrets.PUBDEV_GOOGLE_ACCOUNT_REFRESH_TOKEN }}
relativePath: packages/dart
format: true
dryRunOnly: true
dryRunOnly: false
- name: Publish flutter package
if: github.event.inputs.package == 'flutter'
uses: k-paxian/[email protected]
Expand All @@ -42,4 +42,4 @@ jobs:
relativePath: packages/flutter
flutter: true
format: true
dryRunOnly: true
dryRunOnly: false
57 changes: 0 additions & 57 deletions .github/workflows/release-trigger.yml

This file was deleted.

0 comments on commit dea156d

Please sign in to comment.