We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b92cfa commit 2368d70Copy full SHA for 2368d70
.github/workflows/release.yml
@@ -111,6 +111,6 @@ jobs:
111
release-candidate:
112
name: Candidate
113
if: ${{ github.repository == 'primer/view_components' && github.ref_name == 'changeset-release/main' && github.event_name == 'push' }}
114
- uses: primer/.github/.github/workflows/release_candidate.yml@v2.3.0
+ uses: primer/.github/.github/workflows/release_candidate.yml@v2.4.0
115
secrets:
116
gh_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments