Skip to content

Commit b6d4d8f

Browse files
Fix verify-gpr npm config and bump version to 1.0.2
1 parent c87624a commit b6d4d8f

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

.github/workflows/github-packages.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,15 @@ jobs:
8484
registry-url: 'https://npm.pkg.github.com'
8585
scope: '@tech4file'
8686

87+
- name: Configure npm for GitHub Packages
88+
run: |
89+
cat <<EOF > ~/.npmrc
90+
@tech4file:registry=https://npm.pkg.github.com
91+
//npm.pkg.github.com/:_authToken=\${NODE_AUTH_TOKEN}
92+
EOF
93+
env:
94+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
95+
8796
- name: Install published package
8897
run: |
8998
sleep 15

cloudsync-cli/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudsync-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudsync-cli",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "An open-source, Git-like version control CLI for secure cloud-to-local synchronization via encrypted SSH tunnels",
55
"type": "module",
66
"main": "./bin/cloudsync.js",

0 commit comments

Comments
 (0)