Skip to content

Commit

Permalink
Merge pull request #4 from rosenrusinov/rosenrusinov-patch-2
Browse files Browse the repository at this point in the history
remove prerelease
  • Loading branch information
rosenrusinov authored Jan 13, 2023
2 parents ed99c63 + ac585eb commit 309a429
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
required: true
tag:
description: 'Version Tag'
default: 'latest'
default: 'v0.0.0'
required: true

jobs:
Expand Down Expand Up @@ -57,9 +57,7 @@ jobs:
commit: ${{ github.event.inputs.ref }}
tag: ${{ github.event.inputs.tag }}
generateReleaseNotes: true
makeLatest: ${{ github.event.inputs.tag }} != "latest"
allowUpdates: ${{ github.event.inputs.tag }} == "latest"
prerelease: ${{ github.event.inputs.tag }} == "latest"
makeLatest: true
artifactErrorsFailBuild: true
artifacts: |
wowsimcli-amd64-linux
Expand Down

0 comments on commit 309a429

Please sign in to comment.