Skip to content

Commit 84374ed

Browse files
authored
Release workflow updates (#3720)
1 parent 901f563 commit 84374ed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
release-canary:
1111
name: npm
1212
if: ${{ github.repository == 'primer/view_components' }}
13-
uses: primer/.github/.github/workflows/release_canary.yml@v2.2.0
13+
uses: primer/.github/.github/workflows/release_canary.yml@v2.2.1
1414
with:
1515
install: npm i
1616
secrets:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release-candidate:
1010
name: npm
1111
if: ${{ github.repository == 'primer/view_components' }}
12-
uses: primer/.github/.github/workflows/release_candidate.yml@v2.2.0
12+
uses: primer/.github/.github/workflows/release_candidate.yml@v2.2.1
1313
secrets:
1414
gh_token: ${{ secrets.GITHUB_TOKEN }}
1515
npm_token: ${{ secrets.NPM_AUTH_TOKEN_SHARED }}

0 commit comments

Comments
 (0)