mirror of
https://github.com/containrrr/watchtower.git
synced 2024-12-12 09:04:17 +02:00
fix tag name parsing, hopefully
This commit is contained in:
parent
c4c0533bff
commit
8448851987
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -60,7 +60,7 @@ jobs:
|
||||
- lint
|
||||
env:
|
||||
CGO_ENABLED: ${CGO_ENABLED:-0}
|
||||
TAG: ${GITHUB_REF#refs/tags/}
|
||||
TAG: ${{ github.event.release.tag_name }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user