Skip to content

Commit

Permalink
Adds current_branch variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanindibay committed Oct 1, 2021
1 parent a6d0d8f commit 6b85de7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env:
PACKAGING_PASSPHRASE: "${{ secrets.PACKAGING_PASSPHRASE }}"
DOCKERHUB_PASSWORD: "${{ secrets.DOCKERHUB_PASSWORD }}"
DOCKERHUB_USER_NAME: "${{ secrets.DOCKERHUB_USER_NAME }}"
CURRENT_BRANCH: ${GITHUB_REF##*/}
on:
push:
branches: "**"
Expand Down

0 comments on commit 6b85de7

Please sign in to comment.