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 5b158db commit 06e8071Copy full SHA for 06e8071
.github/workflows/release-feature-branch.yaml
@@ -395,7 +395,6 @@ jobs:
395
is_published="$(npm view ${{ matrix.package }} versions --json | jq -r '.[] | select(. == "'$version'") | . == "'$version'"')"
396
if [[ "$is_published" == "true" ]]; then
397
echo "\`${{ matrix.package }}@$version\` already published, tagging \`$tag\`" >> $GITHUB_STEP_SUMMARY
398
- npm dist-tag add ${{ matrix.package }}@$version $tag || true
399
else
400
{ echo "version=$version"; echo "tag=$tag"; echo "has_new_release=true"; } >> $GITHUB_OUTPUT
401
fi
0 commit comments