Skip to content

Commit a3af10a

Browse files
committed
updated release action
1 parent 6d846fd commit a3af10a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,8 @@ jobs:
4646
run: |
4747
pipenv run pyinstaller main.py -n research-mnemonic --onefile
4848
49-
- uses: "marvinpinto/action-automatic-releases@latest"
49+
- name: Release
50+
uses: softprops/action-gh-release@v1
51+
if: startsWith(github.ref, 'refs/tags/')
5052
with:
51-
repo_token: "${{ secrets.GITHUB_TOKEN }}"
52-
prerelease: false
53-
files: |
54-
dist/${{ matrix.artifact_name }}
53+
files: dist/${{ matrix.artifact_name }}

0 commit comments

Comments
 (0)