Skip to content
This repository was archived by the owner on Feb 20, 2022. It is now read-only.

Commit 79cb32d

Browse files
committed
If publish tag, make release
1 parent 2cfbd1e commit 79cb32d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/on-push.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ jobs:
1717
- run: docker run --rm --volume $GITHUB_WORKSPACE:/github/workspace mcr.microsoft.com/dotnet/core/sdk:3.1-alpine pwsh -File /github/workspace/Build.ps1
1818
- name: Create GitHub release
1919
uses: softprops/action-gh-release@v1
20-
if: github.ref == 'refs/heads/master'
20+
if: github.ref == 'refs/heads/publish'
2121
with:
2222
files: |
2323
Output/win-x64.zip
2424
Output/linux-x64.zip
25-
draft: true
2625
name: ${{ steps.make_version_string.outputs.versionstring }}
2726
tag_name: v${{ steps.make_version_string.outputs.versionstring }}
2827
env:

0 commit comments

Comments
 (0)