mirror of
https://github.com/gurucomputing/headscale-ui.git
synced 2026-01-23 02:34:43 +00:00
more CICD fixes
This commit is contained in:
parent
d4bdb61872
commit
4b77ea7c2f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish-release.yaml
vendored
4
.github/workflows/publish-release.yaml
vendored
|
|
@ -21,10 +21,10 @@ jobs:
|
|||
|
||||
# setting tags
|
||||
if jq -r '.version' ./package.json | grep -q "beta"; then
|
||||
TAGS=beta, $VERSION, latest
|
||||
TAGS="beta, $VERSION, latest"
|
||||
PRIMARY_TAG=latest
|
||||
else
|
||||
TAGS=release, latest, $VERSION
|
||||
TAGS="release, latest, $VERSION"
|
||||
PRIMARY_TAG=latest
|
||||
fi
|
||||
echo "::set-output name=TAG::$TAGS"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue