Skip to content

Commit 53b10f9

Browse files
committed
Auth in CI and bump version
1 parent 5605dad commit 53b10f9

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

.github/workflows/release-wasm.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
PACKAGE_VERSION: ${{ steps.vars.outputs.tag }}
3232
run: .github/scripts/make_package.sh
3333

34+
- name: Authenticate with NPM
35+
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
36+
3437
- name: Publish to NPM
3538
run: npm publish
3639
working-directory: ./crates/js/pkg

Cargo.lock

Lines changed: 8 additions & 8 deletions
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
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
1111
readme = "README.md"
1212
repository = "https://github.com/cakevm/huff-neo"
1313
rust-version = "1.85"
14-
version = "1.1.6"
14+
version = "1.1.7"
1515

1616
[workspace.dependencies]
1717
huff-neo-codegen = { path = "crates/codegen" }

0 commit comments

Comments
 (0)