workflows: use refs/tags prefix for actions/checkout

This commit is contained in:
Dawid Dziurla 2020-03-26 16:41:24 +01:00
parent d4b12d634d
commit 5e9cf17626
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B

View file

@ -13,10 +13,10 @@ jobs:
include:
- package: deber
repo: dawidd6/deber
ref: v1.0.0
ref: refs/tags/v1.0.0
- package: lazygit
repo: dawidd6/lazygit-debian
ref: ubuntu/0.16.2-1
ref: refs/tags/ubuntu/0.16.2-1
steps:
- name: Checkout package
uses: actions/checkout@v2