mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 10:27:38 +00:00
chore: integrate with nightly-dev and pr release actions
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
9
.github/workflows/release-nightly-dev.yml
vendored
9
.github/workflows/release-nightly-dev.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
outputs:
|
||||
nightly_build_tag: ${{ steps.tag-step.outputs.NIGHTLY_BUILD_TAG }}
|
||||
is_daily: ${{ steps.tag-step.outputs.IS_DAILY }}
|
||||
current_version: ${{ steps.tag-step.outputs.CURRENT_VERSION }}
|
||||
current_version: ${{ steps.tag-step.outputs.CURRENT_VERSION }}
|
||||
# Build frontend and backend and publish to npm
|
||||
release-npm:
|
||||
needs: set-tag
|
||||
@@ -48,6 +48,13 @@ jobs:
|
||||
secrets:
|
||||
NPM_TOKEN: "${{ secrets.NPM_TOKEN }}"
|
||||
|
||||
# Build executables and publish to GitHub
|
||||
release-executables:
|
||||
needs: [set-tag, release-npm]
|
||||
uses: ./.github/workflows/release-executables.yml
|
||||
with:
|
||||
tag: ${{ needs.set-tag.outputs.nightly_build_tag }}
|
||||
|
||||
# Build docker image and push to docker hub
|
||||
release-docker:
|
||||
needs: [set-tag, release-npm]
|
||||
|
||||
Reference in New Issue
Block a user