We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67829e6 + b5a9ec9 commit 1e2b1c0Copy full SHA for 1e2b1c0
.github/actions/release/action.yaml
@@ -42,7 +42,7 @@ runs:
42
env:
43
GH_TOKEN: ${{ inputs.gh_token }}
44
GITHUB_TOKEN: ${{ inputs.gh_token }}
45
- 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
46
- name: Tag last-release
47
shell: bash
48
run: |
0 commit comments