Skip to content

Commit 9ac84b7

Browse files
committed
Bodge version
1 parent 624563c commit 9ac84b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777
echo "version = ${{ github.event.inputs.version }}"
7878
7979
if [[ ! -z "${{ github.event.inputs.version }}" ]]; then
80+
TEMP=${{ github.event.inputs.version }}
81+
TAGS=`echo $TAGS | sed "s/$TRAVIS_TAG/${TEMP:1}"`
8082
TRAVIS_TAG=${{ github.event.inputs.version }}
8183
else
8284
TRAVIS_TAG=$(echo $GITHUB_REF | awk -F '/' '{ print $3}')

0 commit comments

Comments
 (0)