Skip to content

Commit 5fe4ec0

Browse files
author
Engin Diri
authored
chore: fix release (#6)
Signed-off-by: Engin Diri <[email protected]>
1 parent 3656168 commit 5fe4ec0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
- run: npm install
3535
- run: npm run publish
3636
- 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 }}
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 }}

0 commit comments

Comments
 (0)