Skip to content

Commit 477f2f6

Browse files
committed
Typo in sed
1 parent 9ac84b7 commit 477f2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
7979
if [[ ! -z "${{ github.event.inputs.version }}" ]]; then
8080
TEMP=${{ github.event.inputs.version }}
81-
TAGS=`echo $TAGS | sed "s/$TRAVIS_TAG/${TEMP:1}"`
81+
TAGS=`echo $TAGS | sed "s/$TRAVIS_TAG/${TEMP:1}/"`
8282
TRAVIS_TAG=${{ github.event.inputs.version }}
8383
else
8484
TRAVIS_TAG=$(echo $GITHUB_REF | awk -F '/' '{ print $3}')

0 commit comments

Comments
 (0)