repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a454d57
)
build: add --no-git-checks everywhere for pnpm publication
author
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 3 Apr 2023 18:19:04 +0000
(20:19 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 3 Apr 2023 18:19:04 +0000
(20:19 +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 040a1b2f6da21f9e2014083dfb8252833a734c3e..35f3d549e16a781beb4162763604cd78b1e36996 100644
(file)
--- a/
.github/workflows/npmpublish.yml
+++ b/
.github/workflows/npmpublish.yml
@@
-72,6
+72,6
@@
jobs:
# - name: Publish Beta Release
# if: ${{ contains(steps.package-version.outputs.version, 'beta') == true }}
- # run: pnpm publish --tag beta
+ # run: pnpm publish --
no-git-checks --
tag beta
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}