Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
push:
branches:
- master # Change this to your default branch
permissions:
id-token: write
contents: write
jobs:
npm-publish:
name: npm-publish
Expand All @@ -14,6 +17,7 @@ jobs:
uses: actions/setup-node@master
with:
node-version: 10.0.0
registry-url: 'https://registry.npmjs.org'
- name: Publish if version has been updated
uses: pascalgn/npm-publish-action@4f4bf159e299f65d21cd1cbd96fc5d53228036df
with: # All of theses inputs are optional
Expand Down
Loading