You've already forked AstralRinth
forked from didirus/AstralRinth
Use npm for publishing
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -53,6 +53,8 @@ jobs:
|
||||
- name: Package
|
||||
run: pnpm package
|
||||
- name: Publish
|
||||
run: pnpm publish package --no-git-checks --tag alpha
|
||||
run: |
|
||||
cd package
|
||||
npm publish --tag alpha
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "omorphia",
|
||||
"version": "0.0.49",
|
||||
"version": "0.0.48",
|
||||
"description": "A beautiful Svelte component & style library",
|
||||
"scripts": {
|
||||
"dev": "svelte-kit dev",
|
||||
|
||||
Reference in New Issue
Block a user