mirror of
https://github.com/gurucomputing/headscale-ui.git
synced 2026-01-23 10:35:45 +00:00
allow beta to be latest release
This commit is contained in:
parent
8d5d43c283
commit
9a8d79ccbc
1 changed files with 3 additions and 3 deletions
6
.github/workflows/publish-release.yaml
vendored
6
.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
|
||||
PRIMARY_TAG=beta
|
||||
TAGS=beta, $VERSION, latest
|
||||
PRIMARY_TAG=latest
|
||||
else
|
||||
TAGS=release, latest
|
||||
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