Skip to content

Commit

Permalink
Fix strange deploy problems ( https://github.com/mittwald/node-kubern…
Browse files Browse the repository at this point in the history
…etes/runs/3936917513 ) (#58)

* Fix strange deploy problems

* Update .github/workflows/release.yml

Co-authored-by: Martin Helmich <m.helmich@mittwald.de>
  • Loading branch information
rfehling-mittwald and martin-helmich authored Oct 20, 2021
1 parent d035d00 commit 874f9aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- run: npm config set '//registry.npmjs.org/:_authToken' "${{ secrets.NPM_TOKEN }}"
- run: yarn
- run: yarn compile
- run: git config --global -l
- run: git config --global user.email opensource@mittwald.de
- run: git config --global user.name Mittwald Release Bot
- run: npm version from-git
- run: cp README.md package.json dist/
- run: cd dist && npm publish

0 comments on commit 874f9aa

Please sign in to comment.