Skip to content

Commit

Permalink
Update deploy-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Wiedemann authored Sep 22, 2022
1 parent 73b4e78 commit 80dbd98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
if: github.event_name == 'push'

steps:

- uses: actions/checkout@v2

- name: Extract branch name
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
Expand Down

0 comments on commit 80dbd98

Please sign in to comment.