mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-14 06:06:38 +01: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
|
- lint
|
||||||
env:
|
env:
|
||||||
CGO_ENABLED: ${CGO_ENABLED:-0}
|
CGO_ENABLED: ${CGO_ENABLED:-0}
|
||||||
TAG: ${GITHUB_REF#refs/tags/}
|
TAG: ${{ github.event.release.tag_name }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue