Skip to content

Commit

Permalink
Fixup URL in version update steps
Browse files Browse the repository at this point in the history
  • Loading branch information
wmaxey committed Nov 19, 2024
1 parent d922be3 commit 75bf442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-create-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
git show --oneline --no-patch HEAD | tee -a $GITHUB_STEP_SUMMARY
- name: Update version numbers in main
uses: ${{ github.repository }}/.github/actions/version-update@main
uses: nvidia/cccl/.github/actions/version-update@main
with:
new_version: ${{ inputs.main_version }}
target_branch: "main"
Expand Down

0 comments on commit 75bf442

Please sign in to comment.