Skip to content

Commit c69127a

Browse files
committed
fix(ci): inputs.tag -> github.ref_name
1 parent 386794d commit c69127a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ jobs:
7070
with:
7171
visibility: public
7272
name: molarmanful/bited
73-
tag: ${{ inputs.tag }}
73+
tag: ${{ github.ref_name }}
7474
include-output-paths: true

0 commit comments

Comments
 (0)