Skip to content
This repository was archived by the owner on Jan 27, 2024. It is now read-only.

Commit 9d94d5f

Browse files
ci: simplify deploy pipeline
1 parent c64d1d7 commit 9d94d5f

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/base.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,4 @@ jobs:
6666
with:
6767
channel: 'stable'
6868
- name: Publish package
69-
run: dart pub publish -v -f
70-
- name: Build changelog
71-
id: github_release
72-
uses: mikepenz/release-changelog-builder-action@v3
73-
env:
74-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
75-
- name: Create release
76-
uses: softprops/action-gh-release@v1
77-
with:
78-
body: ${{steps.github_release.outputs.changelog}}
69+
run: dart pub publish -v -f

0 commit comments

Comments
 (0)