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 ef4d1c0 commit bdcbcd5Copy full SHA for bdcbcd5
.github/workflows/windows_build.yml
@@ -1,11 +1,9 @@
1
name: Create Windows Executable using Conda
2
3
-on: [push]
4
-
5
-#on:
6
-# push:
7
-# tags:
8
-# - '*'
+on:
+ push:
+ tags:
+ - '*'
9
10
jobs:
11
miniconda:
@@ -47,7 +45,7 @@ jobs:
47
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48
46
with:
49
tag_name: ${{ github.ref }}
50
- release_name: Prerelease ${{ github.sha }}
+ release_name: ${{ github.sha }}
51
draft: true
52
prerelease: true
53
- name: Upload Release Asset
0 commit comments