Skip to content

Commit

Permalink
more CICD fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
routerino committed Jul 27, 2022
1 parent d4bdb61 commit 4b77ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4b77ea7

Please sign in to comment.