Compare commits
No commits in common. "5f8318e767564650d59c912cf25056bd09732d40" and "0c7849dd27a292867cb622b6a1f5d60fb4f8cef5" have entirely different histories.
5f8318e767
...
0c7849dd27
@ -6,17 +6,19 @@ on:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
name: 'Publish job'
|
||||
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
|
||||
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:
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@teacinema/core",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.2",
|
||||
"description": "Core utils and shared setup",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user