We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96e70c4 commit 26b2516Copy full SHA for 26b2516
1 file changed
.github/workflows/go-releaser.yml
@@ -41,6 +41,7 @@ jobs:
41
- name: Publish npm package
42
run: |
43
cp -r dist/* npm/bin/
44
+ chmod +x -R npm/bin/${{ github.repository }}-*
45
cp README.md npm/
46
cp LICENSE npm/
47
cd npm/
0 commit comments