Skip to content

Commit

Permalink
chore: fix release action
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Cyvoct <[email protected]>
  • Loading branch information
Sh4d1 committed Nov 19, 2020
1 parent b6f3b7b commit 190a055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Docker login
run: echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USER }} --password-stdin
- name: Get tag
uses: olegtarasov/get-tag@v1
uses: little-core-labs/get-git-tag@v3.0.2
id: tagName
- name: Make release
run: make release
Expand Down

0 comments on commit 190a055

Please sign in to comment.