From 9bc605a76d227cd064bd930b98ec433997bd17db Mon Sep 17 00:00:00 2001 From: Benjamin Kampmann Date: Tue, 12 Jul 2022 17:11:20 +0200 Subject: [PATCH] ci(crypto-nodejs): FIxing name and directory for action --- .github/workflows/prep-crypto-nodejs-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/prep-crypto-nodejs-release.yml b/.github/workflows/prep-crypto-nodejs-release.yml index f9575c2cf..7fbfef310 100644 --- a/.github/workflows/prep-crypto-nodejs-release.yml +++ b/.github/workflows/prep-crypto-nodejs-release.yml @@ -36,7 +36,7 @@ env: jobs: prepare-release: - name: "Package nodejs package" + name: "Preparing crypto-nodejs release tag" runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -66,6 +66,7 @@ jobs: - name: Set version id: package_version uses: KageKirin/set-node-package-version@v0 + working-directory: ${{ env.PKG_PATH }} with: version: ${{ inputs.version }}