Skip to content

Commit 070371a

Browse files
committed
chore: add back release token
1 parent 04803b2 commit 070371a

5 files changed

Lines changed: 6 additions & 39 deletions

File tree

.github/workflows/publish-npm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
working-directory: npm
3434
run: |
3535
set -euo pipefail
36-
unset NODE_AUTH_TOKEN
3736
tarball=$(ls -1 *.tgz 2>/dev/null | head -n1 || true)
3837
if [ -z "${tarball}" ]; then
3938
echo "No tarball (*.tgz) found in $(pwd)"
@@ -47,3 +46,5 @@ jobs:
4746
TAG_ARG="--tag alpha"
4847
fi
4948
npm publish --access public --provenance $TAG_ARG "${tarball}"
49+
env:
50+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "jjpwrgem"
33
description = "jjpwrgem json parser with really good error messages"
4-
version = "0.5.4-alpha.6"
4+
version = "0.5.4-alpha.7"
55
edition = "2024"
66
authors = ["Jacob Asper <jacobasper191@gmail.com>"]
77
keywords = ["parser", "formatter", "json", "linter"]

npm-shrinkwrap.json

Lines changed: 0 additions & 34 deletions
This file was deleted.

npm-template/npm-shrinkwrap.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.

0 commit comments

Comments
 (0)