Compare commits
No commits in common. "d49c9b20e499b0467907f784f0b544e952157587" and "e3b88ec32ec130d2cdfa1a01febf71d2e873205d" have entirely different histories.
d49c9b20e4
...
e3b88ec32e
@ -3,7 +3,7 @@ name: Deploy API
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["master"]
|
branches: ["master"]
|
||||||
paths: [".gitea/workflows/deploy-api.yml", "API/**"]
|
paths: ["API/**"]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
|
@ -38,6 +38,6 @@ jobs:
|
|||||||
|
|
||||||
# Publish to NPM
|
# Publish to NPM
|
||||||
- name: Publish to NPM
|
- name: Publish to NPM
|
||||||
run: npm publish
|
uses: JS-DevTools/npm-publish@v3
|
||||||
env:
|
with:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
token: ${{ secrets.NPM_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user