Skip to content

Commit

Permalink
Merge pull request #459 from hashicorp/ds.v5-release-workflow
Browse files Browse the repository at this point in the history
feat: add stable release workflow
  • Loading branch information
dstaley authored May 21, 2024
2 parents bb5aafb + a8e8b95 commit 2c8ac81
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Release

on:
push:
branches:
- main

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

0 comments on commit 2c8ac81

Please sign in to comment.