-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(release): simplify pub dev publishing
- Loading branch information
1 parent
5e691a8
commit f2fdac6
Showing
2 changed files
with
2 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,6 @@ jobs: | |
|
||
outputs: | ||
tag_name: ${{ steps.read-changelog.outputs.version }} | ||
github-app-token: ${{ steps.app-token.outputs.token }} | ||
|
||
steps: | ||
- name: Generate Token for sbb-app-bakery GH App | ||
|
@@ -50,13 +49,10 @@ jobs: | |
- name: Clone Repository | ||
uses: actions/checkout@v4 | ||
with: | ||
token: ${{ needs.create-tag.outputs.github-app-token }} | ||
ref: refs/tags/${{ needs.create-tag.outputs.tag_name }} | ||
persist-credentials: false | ||
|
||
- name: Create GitHub Releases based on changelog | ||
uses: taiki-e/[email protected] | ||
with: | ||
token: ${{ needs.create-tag.outputs.github-app-token }} | ||
ref: refs/tags/${{ needs.create-tag.outputs.tag_name }} | ||
changelog: ./CHANGELOG.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters