Skip to content

Commit 1e2b1c0

Browse files
authored
Merge pull request #122 from scalprum/fix-build-order
build: fix ci commands execution order
2 parents 67829e6 + b5a9ec9 commit 1e2b1c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/release/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242
env:
4343
GH_TOKEN: ${{ inputs.gh_token }}
4444
GITHUB_TOKEN: ${{ inputs.gh_token }}
45-
run: npx nx affected --base=last-release --parallel=1 --target=version --postTargets=build,syncDependencies,npm,github --trackDeps
45+
run: npx nx affected --base=last-release --parallel=1 --target=version --postTargets=syncDependencies,build,npm,github --trackDeps
4646
- name: Tag last-release
4747
shell: bash
4848
run: |

0 commit comments

Comments
 (0)