Skip to content

Commit bdcbcd5

Browse files
back to tag releas trigger
1 parent ef4d1c0 commit bdcbcd5

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/windows_build.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
name: Create Windows Executable using Conda
22

3-
on: [push]
4-
5-
#on:
6-
# push:
7-
# tags:
8-
# - '*'
3+
on:
4+
push:
5+
tags:
6+
- '*'
97

108
jobs:
119
miniconda:
@@ -47,7 +45,7 @@ jobs:
4745
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4846
with:
4947
tag_name: ${{ github.ref }}
50-
release_name: Prerelease ${{ github.sha }}
48+
release_name: ${{ github.sha }}
5149
draft: true
5250
prerelease: true
5351
- name: Upload Release Asset

0 commit comments

Comments
 (0)