1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-03-05 15:15:49 +02:00

workflows: use get-tag action

This commit is contained in:
Dawid Dziurla 2020-03-22 11:13:26 +01:00 committed by Jesse Duffield
parent 389480b8fc
commit 60085cf679

View File

@ -25,7 +25,7 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_API_TOKEN}}
- name: Get tag
id: tag
run: echo "::set-output name=tag::${GITHUB_REF##*/}"
uses: dawidd6/action-get-tag@v1
- name: Bump Homebrew
uses: dawidd6/action-homebrew-bump-formula@v1
with: