Skip to content

Commit

Permalink
Fix git workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsBaumgartner1994 committed Jan 7, 2024
1 parent 1a1450e commit 2521939
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npmPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: git config --global user.name 'Firebolt Caster'
- run: git config --global user.email 'nilsbaumgartner@live.de'
- run: cp README.md ./dev/directus-extension-hook-auto-backup/README.md
- run: cd ./dev/directus-extension-hook-auto-backup && npm ci
- run: cd ./dev/directus-extension-hook-auto-backup && npm run release
- run: cp README.md ./dev/extensions/directus-extension-auto-backup/README.md
- run: cd ./dev/extensions/directus-extension-auto-backup && npm ci
- run: cd ./dev/extensions/directus-extension-auto-backup && npm run release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 2521939

Please sign in to comment.