Skip to content

Commit a4cf35f

Browse files
author
Bryce Kalow
authored
chore(actions): Update publish actions (#67)
1 parent af3c03d commit a4cf35f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/canary-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
release-canary:
13-
uses: hashicorp/web-platform-packages/.github/workflows/canary-release.yml@69853727452b125f28e777ca7c1e71c82edd30aa
13+
uses: hashicorp/web-platform-packages/.github/workflows/canary-release.yml@ca69d24e37c78f0f63e4a03432f63b8cc47ffc3e
1414
secrets:
1515
CHANGESETS_PAT: ${{ secrets.CHANGESETS_PAT }}
1616
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
release:
10-
uses: hashicorp/web-platform-packages/.github/workflows/release.yml@69853727452b125f28e777ca7c1e71c82edd30aa
10+
uses: hashicorp/web-platform-packages/.github/workflows/release.yml@ca69d24e37c78f0f63e4a03432f63b8cc47ffc3e
1111
secrets:
1212
CHANGESETS_PAT: ${{ secrets.CHANGESETS_PAT }}
1313
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)