Skip to content

Commit c7fc419

Browse files
committed
ci: WIP
1 parent 1179231 commit c7fc419

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/scripts/get-release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ then
1717
exit 1
1818
fi
1919
else
20-
echo "Your tag has to start with 'v-'"
20+
echo "Your tag has to start with 'v'"
2121
exit 1
2222
fi

.github/scripts/publish-npm.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ do
3939
echo "Could not authenticate with $REGISTRY"
4040
exit 1
4141
fi
42-
npm publish --dry-run --tag "$TAG" db-ui-base-"$VALID_SEMVER_VERSION".tgz
42+
npm publish --tag "$TAG" db-ui-base-"$VALID_SEMVER_VERSION".tgz
4343
done

0 commit comments

Comments
 (0)