File service changes: ownership, auth etc (#70)

This commit is contained in:
Janos Dobronszki
2021-02-17 10:47:59 +00:00
committed by GitHub
parent cda77a5c47
commit f62bcadf26
6 changed files with 96 additions and 56 deletions

View File

@@ -78,7 +78,7 @@ jobs:
# publish to github first under micro/services
# .npmrc has settings for it
- uses: JS-DevTools/npm-publish@v1
if: github.ref == 'refs/heads/master'
#if: github.ref == 'refs/heads/master'
with:
access: public
package: services/clients/ts/package.json
@@ -92,7 +92,7 @@ jobs:
sed -i 's/micro/m3o/g' clients/ts/package.json
- uses: JS-DevTools/npm-publish@v1
if: github.ref == 'refs/heads/master'
#if: github.ref == 'refs/heads/master'
with:
access: public
package: services/clients/ts/package.json