Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 4606c00

Browse files
EheviAgata Cyra
andauthored
Release 0.1.10 (#105)
Co-authored-by: Agata Cyra <agata.cyra@cern.ch>
1 parent 6f8f6bb commit 4606c00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
echo "Identified project: $PROJECT with version: $VERSION"
3030
echo "PROJECT=$PROJECT" >> $GITHUB_ENV
3131
echo "version=$VERSION" >> $GITHUB_OUTPUT
32-
- run: npm publish
33-
env:
34-
NODE_AUTH_TOKEN: ${{ secrets.NPM_DEPLOY_TOKEN }}
32+
# - run: npm publish
33+
# env:
34+
# NODE_AUTH_TOKEN: ${{ secrets.NPM_DEPLOY_TOKEN }}
3535
upload-asset:
3636
runs-on: ubuntu-latest
3737
needs: deploy-npm-module

0 commit comments

Comments
 (0)