Skip to content

Commit

Permalink
update publish-github-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Jun 14, 2024
1 parent bdca888 commit 6068abd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-github-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Github Release
name: Publish GitHub Release

on:
push:
Expand All @@ -18,6 +18,8 @@ jobs:
- name: Extract release notes
id: release_notes
uses: ffurrer2/extract-release-notes@v2
with:
changelog_file: ${{ github.workspace }}/packages/rxdart/CHANGELOG.md

- name: Create release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 6068abd

Please sign in to comment.