Skip to content

Commit

Permalink
build: fix ci commands execution order
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Jan 29, 2024
1 parent 5828612 commit b5a9ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
env:
GH_TOKEN: ${{ inputs.gh_token }}
GITHUB_TOKEN: ${{ inputs.gh_token }}
run: npx nx affected --base=last-release --parallel=1 --target=version --postTargets=build,syncDependencies,npm,github --trackDeps
run: npx nx affected --base=last-release --parallel=1 --target=version --postTargets=syncDependencies,build,npm,github --trackDeps
- name: Tag last-release
shell: bash
run: |
Expand Down

0 comments on commit b5a9ec9

Please sign in to comment.