Skip to content

Commit

Permalink
feat: initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
briananstett committed Sep 5, 2023
1 parent 732cd5c commit 75c1900
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
push:
branches:
- master
permissions:
id-token: write
contents: read
jobs:
release:
name: Release
Expand All @@ -22,6 +25,8 @@ jobs:
npm install
npm i --no-save @vercel/ncc semantic-release @semantic-release/changelog @semantic-release/git @semantic-release/exec conventional-changelog-conventionalcommits
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_PAT }}
run: |
npx ncc build index.js
npx semantic-release

0 comments on commit 75c1900

Please sign in to comment.