Skip to content

Commit

Permalink
ci: 💚 fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideSegullo committed Oct 25, 2023
1 parent a87305f commit e443382
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
# like NPM_CONFIG_REGISTRY so npm publish ends up ignoring the .npmrc file
# which is set up by `setup-node` action.
shell: bash
run: npx nx affected --target=version
run: npx nx affected -t version --parallel=1

- name: Push changes
uses: ad-m/github-push-action@master
Expand Down
3 changes: 3 additions & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ runs:
token: ${{ inputs.git_bot_token || github.token }}
fetch-depth: 0

- name: Derive appropriate SHAs for base and head for `nx affected` commands
uses: nrwl/nx-set-shas@v4

- name: Setup git user to "🤖 nabla Bot"
shell: bash
run: git config user.email "-" && git config user.name "🤖 nabla Bot"
Expand Down

0 comments on commit e443382

Please sign in to comment.