We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d9960 commit d168837Copy full SHA for d168837
.github/actions/release/action.yml
@@ -24,7 +24,7 @@ runs:
24
NODE_AUTH_TOKEN: ${{ inputs.npm_token }}
25
GITHUB_TOKEN: ${{ inputs.github_token }}
26
shell: bash
27
- run: npx nx affected --base=last-release --target=version-publish
+ run: npx nx affected --base=last-release --target=version-publish --parallel=1
28
29
- name: Tag last-release
30
.github/actions/test/action.yml
@@ -10,6 +10,12 @@ runs:
10
# shell: bash
11
# run: npx --no-install commitlint --from=last-release
12
13
+ - name: Cancel Previous Runs
14
+ uses: styfle/[email protected]
15
+ if: github.event_name == 'pull_request'
16
+ with:
17
+ access_token: ${{ secrets.GITHUB_TOKEN }}
18
+
19
- name: Lint
20
21
run: npx nx affected:lint --base=last-release --exclude=website
0 commit comments