Skip to content

Commit 00e22d8

Browse files
ci: simplify deploy pipeline
1 parent fe81e8e commit 00e22d8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/base.yaml

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

0 commit comments

Comments
 (0)