Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: NikitaSkrynnik <[email protected]>
  • Loading branch information
NikitaSkrynnik committed Jun 1, 2024
1 parent 796f6f2 commit 9eec76f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:

- name: Tag env
run: |
branch=${{ github.event.ref }}
branch=${{ github.event.workflow_run.head_branch }}
echo $branch
echo '::set-output name=tag::'${branch#refs/heads/release/}
id: tag-step

Expand Down

0 comments on commit 9eec76f

Please sign in to comment.