Compare commits
No commits in common. "0ead6edcd5ae6f60e5f85f8c6f4b653d6586291a" and "e510a7e209d593bd36679c365c1f1be512f1c5af" have entirely different histories.
0ead6edcd5
...
e510a7e209
@ -6,17 +6,18 @@ on:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
Publish npm package action:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 'Checkout repository'
|
||||
uses: actions/checkout@v4
|
||||
- name: 'Setup dependencies'
|
||||
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
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
Publish-Action:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 'Checkout repository'
|
||||
uses: actions/checkout@v4
|
||||
- name: 'Setup dependencies'
|
||||
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
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@teacinema/core",
|
||||
"version": "1.0.5",
|
||||
"version": "1.0.4",
|
||||
"description": "Core utils and shared setup",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user