mirror of
https://github.com/Telecominfraproject/wlan-cloud-graphql-gw.git
synced 2026-03-22 10:39:19 +00:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
54a9c39b5e | ||
|
|
aa0f5a154c | ||
|
|
c2ad217010 | ||
|
|
f04df311d5 | ||
|
|
4e461dadb1 | ||
|
|
763485a26a | ||
|
|
75ac653569 | ||
|
|
edea4dc1cd |
1
.github/workflows/dockerpublish.yml
vendored
1
.github/workflows/dockerpublish.yml
vendored
@@ -58,7 +58,6 @@ jobs:
|
||||
|
||||
# Strip "v" prefix from tag name
|
||||
[[ "${{ github.ref }}" == "refs/tags/"* ]] && VERSION=$(echo $VERSION | sed -e 's/^v//')
|
||||
|
||||
# Create a release snapshot if we are on release branch
|
||||
[[ "${{ github.ref }}" == "refs/heads/release/"* ]] && VERSION=$(echo "${{ github.ref }}" | sed -e 's/refs\/heads\/release\/[v]//' | awk '{print $1"-SNAPSHOT"}')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user