repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
645d920
)
Format one GitHub actions file
author
Jérôme Benoit
<jerome.benoit@sap.com>
Fri, 8 Oct 2021 08:44:01 +0000
(10:44 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Fri, 8 Oct 2021 08:44:01 +0000
(10:44 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/npmpublish.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/npmpublish.yml
b/.github/workflows/npmpublish.yml
index 874d8a327048c29a3c9114a0227357ce6c205a08..74e19594459f85832f7b28ddc3a7bb77ce3d8bd9 100644
(file)
--- a/
.github/workflows/npmpublish.yml
+++ b/
.github/workflows/npmpublish.yml
@@
-60,10
+60,10
@@
jobs:
npm login
npm publish
env:
- NODE_AUTH_TOKEN: ${{
secrets.NPM_TOKEN
}}
+ NODE_AUTH_TOKEN: ${{
secrets.NPM_TOKEN
}}
- name: Publish Beta
if: ${{ contains(steps.package-version.outputs.version, 'beta') }}
run: npm publish --tag beta
env:
- NODE_AUTH_TOKEN: ${{
secrets.NPM_TOKEN
}}
+ NODE_AUTH_TOKEN: ${{
secrets.NPM_TOKEN
}}