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