Skip to content

Commit dea156d

Browse files
authored
ci: enable publishing; delete release trigger workflow (#755)
1 parent 327b6e0 commit dea156d

File tree

2 files changed

+2
-59
lines changed

2 files changed

+2
-59
lines changed

.github/workflows/release-manual.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
refreshToken: ${{ secrets.PUBDEV_GOOGLE_ACCOUNT_REFRESH_TOKEN }}
3333
relativePath: packages/dart
3434
format: true
35-
dryRunOnly: true
35+
dryRunOnly: false
3636
- name: Publish flutter package
3737
if: github.event.inputs.package == 'flutter'
3838
uses: k-paxian/[email protected]
@@ -42,4 +42,4 @@ jobs:
4242
relativePath: packages/flutter
4343
flutter: true
4444
format: true
45-
dryRunOnly: true
45+
dryRunOnly: false

.github/workflows/release-trigger.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)