This commit is contained in:
Ollie Taylor
2023-07-10 21:44:55 +01:00
committed by GitHub
parent 16366ec7f3
commit 415d083f24
32 changed files with 443 additions and 297 deletions
+4 -2
View File
@@ -75,12 +75,14 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Package svelte src/lib
run: yarn run package
- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
with:
# This expects you to have a script called release which does a build for your packages and calls changeset publish
publish: yarn release
publish: yarn run release
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}