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

Commit

Permalink
If publish tag, make release
Browse files Browse the repository at this point in the history
  • Loading branch information
sandersaares committed Jan 29, 2020
1 parent 2cfbd1e commit 79cb32d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@ jobs:
- run: docker run --rm --volume $GITHUB_WORKSPACE:/github/workspace mcr.microsoft.com/dotnet/core/sdk:3.1-alpine pwsh -File /github/workspace/Build.ps1
- name: Create GitHub release
uses: softprops/action-gh-release@v1
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/publish'
with:
files: |
Output/win-x64.zip
Output/linux-x64.zip
draft: true
name: ${{ steps.make_version_string.outputs.versionstring }}
tag_name: v${{ steps.make_version_string.outputs.versionstring }}
env:
Expand Down

0 comments on commit 79cb32d

Please sign in to comment.