chore: fin

This commit is contained in:
Vlad Frangu
2025-05-31 13:22:17 +03:00
parent a2f3a7e79b
commit 7020afbe84
3 changed files with 3 additions and 7 deletions

View File

@@ -82,7 +82,6 @@ jobs:
with:
cache: 'yarn'
node-version-file: package.json
registry-url: https://registry.npmjs.org
- name: Install Dependencies
run: yarn

View File

@@ -32,7 +32,6 @@ jobs:
with:
cache: 'yarn'
node-version-file: package.json
registry-url: https://registry.npmjs.org
- name: Install Dependencies
run: yarn
@@ -45,12 +44,9 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
- name: Set new version
run: |
yarn version $(jq --raw-output '.version' package.json)-next.$(git rev-parse --short HEAD).$(date +%s)
- name: Publish new @next version
run: |
yarn version $(jq --raw-output '.version' package.json)-next.$(git rev-parse --short HEAD).$(date +%s)
yarn npm publish --tag next
env:
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

View File

@@ -159,7 +159,8 @@
},
"publishConfig": {
"provenance": true,
"access": "public"
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",