Skip to content

Commit

Permalink
chore: update base branch to master for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Nov 20, 2024
1 parent e26fd83 commit 9a24d0d
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 @@ -45,7 +45,7 @@ runs:
HUSKY: 0
GH_TOKEN: ${{ inputs.gh_token }}
GITHUB_TOKEN: ${{ inputs.gh_token }}
run: npx nx affected --base=last-release --parallel=1 --target=version --trackDeps --postTargets=build,deploy,github --exclude=@redhat-cloud-services/executors,demo
run: npx nx affected --base=last-release --parallel=1 --baseBranch=master --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 9a24d0d

Please sign in to comment.