This commit is contained in:
@@ -33,6 +33,8 @@ jobs:
|
||||
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
- name: Publish to Gitea Repo
|
||||
run: npm publish --registry=https://git.fjla.uk
|
||||
run: |
|
||||
echo "//git.fjla.uk/api/packages/OwlBoard/npm/:_authToken=${NODE_AUTH_TOKEN}" > ~/.npmrc
|
||||
npm publish --registry=https://git.fjla.uk
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.REPO_TOKEN }}
|
||||
Reference in New Issue
Block a user