fix: Changed scope of repo to still allow pulling from main node repos
Some checks failed
Publish Svelte Tailwind Library / build-and-publish (push) Failing after 19s
Some checks failed
Publish Svelte Tailwind Library / build-and-publish (push) Failing after 19s
This commit is contained in:
@@ -16,6 +16,8 @@ jobs:
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '20'
|
||||
registry-url: 'https://git.luke-else.co.uk/api/packages/luke-else/npm/'
|
||||
scope: '@luke-else'
|
||||
|
||||
- uses: pnpm/action-setup@v3
|
||||
name: Install pnpm
|
||||
@@ -29,4 +31,4 @@ jobs:
|
||||
- name: Publish to Gitea Packages
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.CONTAINER_REGISTRY_PASSKEY }}
|
||||
run: npm publish --registry https://git.luke-else.co.uk/api/packages/luke-else/npm/
|
||||
run: pnpm publish
|
Reference in New Issue
Block a user