Skip to content

Commit d1d1830

Browse files
authored
ci: Fix release workflow (#902)
1 parent c59ab63 commit d1d1830

File tree

2 files changed

+5
-58
lines changed

2 files changed

+5
-58
lines changed

.github/workflows/release-automated.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
# To properly authenticate on pub.dev to publish a release via GitHub Actions, a tag
1+
# To authenticate on pub.dev to publish a release via GitHub Actions, a tag
22
# needs to be pushed, see: https://dart.dev/tools/pub/automated-publishing
3+
#
4+
# Publishing cannot currently be triggered manually via a "workflow_dispatch",
5+
# see: https://dart.dev/go/publishing-from-github
36

47
name: release-automated
58
on:
@@ -21,10 +24,9 @@ jobs:
2124
with:
2225
ref: ${{ github.ref_name }}
2326
- name: Setup dart
24-
# if: env.package == 'dart'
2527
uses: dart-lang/setup-dart@v1
2628
with:
27-
sdk: '3.0.0'
29+
sdk: '3.0.0' # Set to 3.0.0 due to Parse Dart SDK compatibility, can be removed later on
2830
- name: Setup flutter
2931
if: env.package == 'flutter'
3032
uses: subosito/flutter-action@v2

.github/workflows/release-manual.yml

-55
This file was deleted.

0 commit comments

Comments
 (0)