mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 05:36:56 +00:00
chore: remove npm release from action
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
2
.github/workflows/release-nightly-dev.yml
vendored
2
.github/workflows/release-nightly-dev.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user