Skip to content

Commit 06e8071

Browse files
committed
don't explicitely create tag for package
1 parent 5b158db commit 06e8071

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release-feature-branch.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,6 @@ jobs:
395395
is_published="$(npm view ${{ matrix.package }} versions --json | jq -r '.[] | select(. == "'$version'") | . == "'$version'"')"
396396
if [[ "$is_published" == "true" ]]; then
397397
echo "\`${{ matrix.package }}@$version\` already published, tagging \`$tag\`" >> $GITHUB_STEP_SUMMARY
398-
npm dist-tag add ${{ matrix.package }}@$version $tag || true
399398
else
400399
{ echo "version=$version"; echo "tag=$tag"; echo "has_new_release=true"; } >> $GITHUB_OUTPUT
401400
fi

0 commit comments

Comments
 (0)