Skip to content

Commit 8768737

Browse files
committed
remove default tag
1 parent e0058fd commit 8768737

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
tag:
77
description: 'Tag to release'
88
required: true
9-
default: 'v0.1.0-alpha'
109

1110
jobs:
1211
build-artifacts:
@@ -73,4 +72,4 @@ jobs:
7372
uses: ncipollo/release-action@v1
7473
with:
7574
artifacts: "Linux/Linux.tgz"
76-
tag: ${{ github.event.inputs.tag }}
75+
tag: ${{ github.event.inputs.tag }}

0 commit comments

Comments
 (0)