Skip to content

Commit

Permalink
Merge pull request #2113 from florkbr/update-gh-action-checkout-to-us…
Browse files Browse the repository at this point in the history
…e-token

chore: add remote to version step in ci
  • Loading branch information
florkbr authored Nov 22, 2024
2 parents 6247cd5 + 55233c0 commit ae1b712
Showing 1 changed file with 1 addition 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 @@ -49,7 +49,7 @@ runs:
HUSKY: 0
GH_TOKEN: ${{ inputs.gh_token }}
GITHUB_TOKEN: ${{ inputs.gh_token }}
run: npx nx affected --base=last-release --parallel=1 --baseBranch=master --target=version --trackDeps --postTargets=build,deploy,github --exclude=@redhat-cloud-services/executors,demo
run: npx nx affected --base=last-release --parallel=1 --baseBranch=master --remote=origin --target=version --trackDeps --postTargets=build,deploy,github --exclude=@redhat-cloud-services/executors,demo
- name: Tag last-release
shell: bash
run: |
Expand Down

0 comments on commit ae1b712

Please sign in to comment.