mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-22 05:40:50 +02:00
fix tag name parsing, hopefully
This commit is contained in:
parent
c4c0533bff
commit
8448851987
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue