Skip to content

Commit f031ca6

Browse files
Updates Pre release CI to run the release drafter (#1517)
* Updates Pre release CI to run the release drafter * Testing pre relase and drafter * updating pre release and sparkle. * Austin and I fixing release notes
1 parent a958a96 commit f031ca6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/CI-pre-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ jobs:
1717
needs: [swiftlint, test]
1818
uses: ./.github/workflows/pre-release.yml
1919
secrets: inherit
20+
ReleaseDrafter:
21+
name: Release Drafter
22+
needs: [swiftlint, test, deploy]
23+
uses: ./.github/workflows/release-drafter.yml

.github/workflows/release-drafter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
update_release_draft:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: release-drafter/release-drafter@v5
12+
- id: release
13+
uses: release-drafter/release-drafter@v5
1314
env:
1415
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)