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:
parent
389480b8fc
commit
60085cf679
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user