Skip to content

Commit f3a9eaa

Browse files
committed
. e fixes publish issue
1 parent 4c0e4d8 commit f3a9eaa

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v6
15-
- uses: actions/setup-node@v6
16-
with:
17-
node-version: 24
15+
- uses: jdx/mise-action@v2
1816
- run: ./build_and_test.sh
19-
17+
env:
18+
MISE_NODE_VERSION: 24
2019
publish-npm:
2120
needs: build
2221
runs-on: ubuntu-latest
@@ -29,7 +28,7 @@ jobs:
2928
MISE_NODE_VERSION: 24
3029
- name: Determine version from git tag
3130
id: version
32-
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
31+
run: echo "tag=${GITHUB_REF#refs/*/}" >> "$GITHUB_OUTPUT"
3332
- name: set version
3433
run: |
3534
./updateVersion.sh ${{ steps.version.outputs.tag }}

0 commit comments

Comments
 (0)