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: on:
push: push:
branches: ["master"] branches: ["master"]
paths: [".gitea/workflows/deploy-api.yml", "API/**"] paths: ["API/**"]
jobs: jobs:
docker: docker:

View File

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