We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eeda76 commit 0f96c02Copy full SHA for 0f96c02
action.sh
@@ -14,4 +14,4 @@ cd "${INPUT_DIRECTORY}"
14
git config --system --add safe.directory "*"
15
16
# Run Semantic Release
17
-semantic-release ${ROOT_OPTIONS} publish --upload-to-vcs-release
+semantic-release ${ROOT_OPTIONS} publish --tag "${INPUT_TAG}"
0 commit comments