Skip to content

Commit

Permalink
Update .github/workflows/release.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: GCHQDeveloper314 <94527357+GCHQDeveloper314@users.noreply.github.com>
  • Loading branch information
t92549 and GCHQDeveloper314 authored Nov 21, 2023
1 parent 0f7a35d commit 29a9079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Output branch name
id: branch
run: echo "{branch_name}={$BRANCH_NAME}" >> $GITHUB_OUTPUT
run: echo "branch_name=$BRANCH_NAME" >> $GITHUB_OUTPUT

- name: Fail if no branch found
if: ${{ !env.BRANCH_NAME }}
Expand Down

0 comments on commit 29a9079

Please # to comment.