Compare commits

..

No commits in common. "d49c9b20e499b0467907f784f0b544e952157587" and "e3b88ec32ec130d2cdfa1a01febf71d2e873205d" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ name: Deploy API
on:
push:
branches: ["master"]
paths: [".gitea/workflows/deploy-api.yml", "API/**"]
paths: ["API/**"]
jobs:
docker:

View File

@ -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 }}