mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-09 00:15:23 -04:00
ci(crypto-nodejs): FIxing name and directory for action
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user