Skip to content

Commit

Permalink
Fix release workflows with patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed May 14, 2024
1 parent 1f2a8f3 commit b1d603e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
release-canary:
name: npm
if: ${{ github.repository == 'primer/view_components' }}
uses: primer/.github/.github/workflows/release_canary.yml@v2.0.0
uses: primer/.github/.github/workflows/release_canary.yml@v2.0.1
with:
install: npm i
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
release-candidate:
name: npm
if: ${{ github.repository == 'primer/view_components' }}
uses: primer/.github/.github/workflows/release_candidate.yml@v2.0.0
uses: primer/.github/.github/workflows/release_candidate.yml@v2.0.1
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
npm_token: ${{ secrets.NPM_AUTH_TOKEN_SHARED }}

0 comments on commit b1d603e

Please sign in to comment.