mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 02:36:51 +00:00
chore: move sync action after npm release as it pushes some commits
Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
10
.github/workflows/release-nocodb.yml
vendored
10
.github/workflows/release-nocodb.yml
vendored
@@ -59,11 +59,6 @@ jobs:
|
||||
with:
|
||||
tag: ${{ needs.process-input.outputs.target_tag }}
|
||||
targetEnv: ${{ github.event.inputs.targetEnv || 'PROD' }}
|
||||
|
||||
# Create a PR to sync changes back to develop branch from master
|
||||
sync-to-develop:
|
||||
needs: [pr-to-master, process-input]
|
||||
uses: ./.github/workflows/sync-to-develop.yml
|
||||
|
||||
# Build, install, publish frontend and backend to npm
|
||||
release-npm:
|
||||
@@ -75,6 +70,11 @@ jobs:
|
||||
secrets:
|
||||
NPM_TOKEN: "${{ secrets.NPM_TOKEN }}"
|
||||
|
||||
# Create a PR to sync changes back to develop branch from master
|
||||
sync-to-develop:
|
||||
needs: [release-npm, process-input]
|
||||
uses: ./.github/workflows/sync-to-develop.yml
|
||||
|
||||
# Draft Release Note
|
||||
release-draft-note:
|
||||
needs: [release-npm, process-input]
|
||||
|
||||
Reference in New Issue
Block a user