Skip to content

Commit 1563ffc

Browse files
committed
Get rid of semantic release
1 parent 9b820fe commit 1563ffc

File tree

3 files changed

+191
-5456
lines changed

3 files changed

+191
-5456
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ jobs:
3131

3232
- name: Publish to npm
3333
env:
34-
GH_TOKEN: ${{ github.token }}
3534
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
36-
run: npm run release
35+
run: npm publish --tag ${{ github.event.release.prerelease && 'next' || 'latest' }}
3736

3837
- name: Get package.json info
3938
id: get-package-info

0 commit comments

Comments
 (0)