Skip to content

Commit

Permalink
fix quotes (#1427)
Browse files Browse the repository at this point in the history
Signed-off-by: Ruslan Bayandinov <wazsone@ya.ru>
  • Loading branch information
wazsone authored Feb 21, 2023
1 parent 26b7ec8 commit bcd1eb0
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 @@ -23,7 +23,7 @@ jobs:
- name: Get tag
run: |
branch=${{github.event.workflow_run.head_branch}}
echo 'tag=${branch#release/}' >> $GITHUB_OUTPUT
echo tag=${branch#release/} >> $GITHUB_OUTPUT
id: get-tag-step

create-release:
Expand Down

0 comments on commit bcd1eb0

Please sign in to comment.