Skip to content

Commit 0f96c02

Browse files
fix: correct option and input passing
1 parent 1eeda76 commit 0f96c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ cd "${INPUT_DIRECTORY}"
1414
git config --system --add safe.directory "*"
1515

1616
# Run Semantic Release
17-
semantic-release ${ROOT_OPTIONS} publish --upload-to-vcs-release
17+
semantic-release ${ROOT_OPTIONS} publish --tag "${INPUT_TAG}"

0 commit comments

Comments
 (0)