Skip to content

Commit 56c03b9

Browse files
update actions
1 parent 9f41246 commit 56c03b9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/windows_build.yml

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

3-
#n: [push]
43
on:
54
push:
65
tags:
@@ -41,8 +40,8 @@ jobs:
4140
env:
4241
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4342
with:
44-
tag_name: ${{ github.ref }}
45-
release_name: Release ${{ github.ref }}
43+
tag_name: ${{ github.sha }}
44+
release_name: Prerelease ${{ github.sha }}
4645
draft: false
4746
prerelease: true
4847
- name: Upload Release Asset

0 commit comments

Comments
 (0)