Skip to content

Commit

Permalink
fix temp branch name for changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Nov 23, 2024
1 parent 139bcf8 commit d16ec97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_generate-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
ref: ${{ inputs.branch }}
- id: branch
run: |
name="prep-release/${{ inputs.package }}/${{ inputs.deploy_to }}/${{ needs.version.outputs.raw }}_$GITHUB_RUN_ID"
name="prep-release/${{ inputs.package }}/$GITHUB_RUN_ID"
echo "name=$name" >> $GITHUB_OUTPUT
- run: |
git checkout -b ${{ steps.branch.outputs.name }}
Expand Down

0 comments on commit d16ec97

Please sign in to comment.