Skip to content

Commit

Permalink
fix: add missing space in draft-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger authored Sep 19, 2024
1 parent 6dee261 commit a2e9877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
name: "Resolve branch prefix (release or bugfix)"
run: |
if [[ ${{ github.ref_name }} == "main"]];
if [[ ${{ github.ref_name }} == "main" ]];
then
echo "branch_name=release/${{ inputs.version }}" >> "$GITHUB_OUTPUT"
elif [[ ${{ github.ref }} == refs/tags/* ]]
Expand Down

0 comments on commit a2e9877

Please sign in to comment.