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 2583f26 commit fc5bde7Copy full SHA for fc5bde7
.github/workflows/windows_build.yml
@@ -1,10 +1,9 @@
1
name: Create Windows Executable using Conda
2
3
-on: [push]
4
-#on:
5
-# push:
6
-# tags:
7
-# - '*'
+on:
+ push:
+ tags:
+ - '*'
8
9
jobs:
10
miniconda:
@@ -41,7 +40,7 @@ jobs:
41
40
env:
42
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
with:
44
- tag_name: ${{ github.sha }}
+ tag_name: ${{ github.ref }}
45
release_name: Prerelease ${{ github.sha }}
46
draft: true
47
prerelease: true
0 commit comments