@@ -15,7 +15,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
- run: npm version from-git --allow-same-version --no-git-tag-version
|
- run: npm version from-git --allow-same-version --no-git-tag-version
|
||||||
- run: npm config set registry https://gitea.sugoidogo.com/api/packages/sugoidogo/npm/
|
- run: npm config set registry https://gitea.sugoidogo.com/api/packages/sugoidogo/npm/
|
||||||
- run: npm config set -- '//gitea.example.com/api/packages/sugoidogo/npm/:_authToken' "$PACKAGES_KEY"
|
- run: npm config set -- '//gitea.sugoidogo.com/api/packages/sugoidogo/npm/:_authToken' "$PACKAGES_KEY"
|
||||||
env:
|
env:
|
||||||
PACKAGES_KEY: ${{ secrets.PACKAGES_KEY }}
|
PACKAGES_KEY: ${{ secrets.PACKAGES_KEY }}
|
||||||
- run: npm publish
|
- run: npm publish
|
||||||
|
|||||||
Reference in New Issue
Block a user