Skip to content

Commit

Permalink
build: fix Release NPM GitHub action (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine authored Dec 5, 2023
1 parent 8a8ee3c commit 4004187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
node-version: 18.14.0

- name: Install dependencies
working-directory: ./ecies_bindings_wasm
working-directory: ./user_preferences_bindings_wasm
run: npm i

- name: Publish
Expand All @@ -45,7 +45,7 @@ jobs:
title: "release: version packages"
commit: "release: version packages"
publish: npm publish
cwd: ./ecies_bindings_wasm
cwd: ./user_preferences_bindings_wasm
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 4004187

Please sign in to comment.