We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca1d4a7 commit 4e2fea1Copy full SHA for 4e2fea1
.github/workflows/release.yml
@@ -86,4 +86,13 @@ jobs:
86
description: package.version,
87
target_url: `https://unpkg.com/${package.name}@${package.version}/`
88
})
89
- - uses: primer/.github/.github/actions/upload-versions@main
+ - 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
0 commit comments