chore: remove npm release from action

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2024-10-11 11:42:07 +05:30
parent 6f5751154f
commit 4dcd6301bd
3 changed files with 3 additions and 14 deletions

View File

@@ -55,7 +55,7 @@ jobs:
# Build docker image and push to docker hub
release-docker:
needs: [set-tag, release-npm]
needs: [set-tag]
uses: ./.github/workflows/release-timely-docker.yml
with:
currentVersion: ${{ needs.set-tag.outputs.current_version }}