Compare commits
No commits in common. "31da7457c26bdc0be9f820ae42ec852464dafcb6" and "6bbd40dee6ea3e6716fa7b37e4a685f31d5a5996" have entirely different histories.
31da7457c2
...
6bbd40dee6
@ -6,20 +6,14 @@ on:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
name: 'Publish to Gitea npm registry'
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 'Checkout repository'
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: 'Setup dependencies'
|
||||
uses: actions/setup-node@v4
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
registry-url: 'https://git.ksv741.keenetic.pro/api/packages/teacinema/npm/'
|
||||
|
||||
- name: 'Publish to Gitea npm registry'
|
||||
run: npm publish
|
||||
- run: npm publish
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
@ -1,9 +0,0 @@
|
||||
/node_modules/
|
||||
*.log
|
||||
pnpm-lock.yaml
|
||||
yarn.lock
|
||||
.env
|
||||
.DS_Store
|
||||
.log
|
||||
.vscode/
|
||||
Thumbs.db
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@teacinema/core",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.1-rc.0",
|
||||
"description": "Core utils and shared setup",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user