We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe81e8e commit 00e22d8Copy full SHA for 00e22d8
.github/workflows/base.yaml
@@ -66,12 +66,3 @@ jobs:
66
channel: 'stable'
67
- name: Publish package
68
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