Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
v0.2.1 fix publish pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Condurache committed Dec 13, 2023
1 parent 8532086 commit f7b10ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
mv ./artifacts/binary-ubuntu-latest/index-ubuntu-latest.node ./binaries/
mv ./artifacts/binary-windows-latest/index-windows-latest.node ./binaries/
mv ./artifacts/binary-macos-latest/index-macos-latest.node ./binaries/
mv ./artifacts/binary-macos-latest/index-macos-latest-large.node ./binaries/index-macos-arm-latest.node
mv ./artifacts/binary-macos-latest-large/index-macos-latest-large.node ./binaries/index-macos-arm-latest.node
- name: Publish to GitHub Packages
run: npm publish
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@robocorp/native-certs",
"version": "0.2.0",
"version": "0.2.1",
"description": "",
"main": "index.node",
"module": "index.node",
Expand Down

0 comments on commit f7b10ad

Please sign in to comment.