We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3656168 commit 5fe4ec0Copy full SHA for 5fe4ec0
.github/workflows/ci.yaml
@@ -34,10 +34,10 @@ jobs:
34
- run: npm install
35
- run: npm run publish
36
- name: Upload binaries to release
37
- uses: svenstaro/upload-release-action@v2
38
- with:
39
- repo_token: ${{ secrets.GITHUB_TOKEN }}
40
- file: dist/*
41
- file_glob: true
42
- overwrite: true
43
- tag: ${{ github.ref }}
+ uses: svenstaro/upload-release-action@v2
+ with:
+ repo_token: ${{ secrets.GITHUB_TOKEN }}
+ file: dist/*
+ file_glob: true
+ overwrite: true
+ tag: ${{ github.ref }}
0 commit comments