Skip to content

Commit 4e2fea1

Browse files
committed
Add candidate
1 parent ca1d4a7 commit 4e2fea1

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,13 @@ jobs:
8686
description: package.version,
8787
target_url: `https://unpkg.com/${package.name}@${package.version}/`
8888
})
89-
- uses: primer/.github/.github/actions/upload-versions@main
89+
- name: Upload versions json file
90+
uses: primer/.github/.github/actions/upload-versions@main
91+
92+
release-candidate:
93+
name: Candidate
94+
if: ${{ github.repository == 'primer/stylelint-config' && github.ref_name == 'changeset-release/main' }}
95+
uses: primer/.github/.github/workflows/release_candidate.yml@main
96+
secrets:
97+
gh_token: ${{ secrets.GITHUB_TOKEN }}
98+
npm_token: ${{ secrets.NPM_AUTH_TOKEN_SHARED }}

.github/workflows/release_candidate.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)