Skip to content

Commit

Permalink
Update release.yml (#1003)
Browse files Browse the repository at this point in the history
* Update release.yml

https://github.com/hashicorp/web-platform-packages/commits/main/

* Update canary-release.yml
  • Loading branch information
thiskevinwang committed Sep 26, 2023
1 parent 901bf28 commit 13ea44d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/canary-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
release-canary:
uses: hashicorp/web-platform-packages/.github/workflows/canary-release.yml@69853727452b125f28e777ca7c1e71c82edd30aa
uses: hashicorp/web-platform-packages/.github/workflows/canary-release.yml@fc015ac1758893ad184d08b4638a8feeb93d0613
secrets:
CHANGESETS_PAT: ${{ secrets.CHANGESETS_PAT }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
release:
uses: hashicorp/web-platform-packages/.github/workflows/release.yml@69853727452b125f28e777ca7c1e71c82edd30aa
uses: hashicorp/web-platform-packages/.github/workflows/release.yml@fc015ac1758893ad184d08b4638a8feeb93d0613
secrets:
CHANGESETS_PAT: ${{ secrets.CHANGESETS_PAT }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

1 comment on commit 13ea44d

@vercel
Copy link

@vercel vercel bot commented on 13ea44d Sep 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.