Skip to content

Commit

Permalink
ci: WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dkolba committed Sep 14, 2022
1 parent 1179231 commit c7fc419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/get-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ then
exit 1
fi
else
echo "Your tag has to start with 'v-'"
echo "Your tag has to start with 'v'"
exit 1
fi
2 changes: 1 addition & 1 deletion .github/scripts/publish-npm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ do
echo "Could not authenticate with $REGISTRY"
exit 1
fi
npm publish --dry-run --tag "$TAG" db-ui-base-"$VALID_SEMVER_VERSION".tgz
npm publish --tag "$TAG" db-ui-base-"$VALID_SEMVER_VERSION".tgz
done

0 comments on commit c7fc419

Please sign in to comment.