Skip to content

Commit

Permalink
remove default tag
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisLiraC committed May 27, 2024
1 parent e0058fd commit 8768737
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
tag:
description: 'Tag to release'
required: true
default: 'v0.1.0-alpha'

jobs:
build-artifacts:
Expand Down Expand Up @@ -73,4 +72,4 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: "Linux/Linux.tgz"
tag: ${{ github.event.inputs.tag }}
tag: ${{ github.event.inputs.tag }}

0 comments on commit 8768737

Please sign in to comment.