Skip to content

Commit 9e97df0

Browse files
authored
chore: Fix release (#17)
Release-As: 1.0.0
1 parent 2792660 commit 9e97df0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
id: release
1717
with:
1818
token: ${{ steps.get-token.outputs.token }}
19-
release-type: node
20-
package-name: "@netlify/binary-info"
19+
release-type: rust
20+
package-name: "binary-info"
2121
- uses: actions/checkout@v3
2222
if: ${{ steps.release.outputs.release_created }}
2323
- run:

0 commit comments

Comments
 (0)