Skip to content

Commit

Permalink
Update formatting of inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
philnewm committed Nov 23, 2024
1 parent 7d05df0 commit 3699605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/initial_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
repo: ${{ github.repository }}
checkout_branch: ${{ github.ref_name }}
update_from_branch: ${{ vars.MAIN_BRANCH }}
next_version: "${{ inputs.release_overwrite }}"
next_version: ${{ inputs.release_overwrite }}
secrets:
gh_token: ${{ secrets.token }}
gh_user: ${{ secrets.user }}
Expand Down

0 comments on commit 3699605

Please sign in to comment.