Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Jul 21, 2024
1 parent 2fef288 commit f02bd47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
working-directory: ${{ env.WORKING_DIR }}

- name: Rename package
run: jq '.name = "swiftness-${{ matrix.layout }}-${{ matrix.hash }}"' package.json > tmp.json && mv tmp.json package.json
run: jq '.name = "swiftness-$(echo ${{ matrix.layout }} | gsub("_"; "-"))-${{ matrix.hash }}"' package.json > tmp.json && mv tmp.json package.json
working-directory: ${{ env.WORKING_DIR }}/pkg

- name: Publish to npm
Expand Down

0 comments on commit f02bd47

Please sign in to comment.