Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dbramwell authored Apr 29, 2024
1 parent 6e3b2ed commit 17a5689
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Publish to NPM
on:
release:
types: [created]
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -24,4 +26,4 @@ jobs:
- name: Deploy demo
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: demo/build
folder: demo/build

0 comments on commit 17a5689

Please sign in to comment.