Skip to content

Commit 856fae8

Browse files
authored
Merge pull request #254 from wurstbrot/wurstbrot-patch-1
chore: use version 3.3
2 parents 133fc1c + 10b520e commit 856fae8

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
@@ -22,7 +22,7 @@ jobs:
2222
id: version
2323
run: |
2424
if [ "${GITHUB_REF##*/}" == "master" ]; then
25-
echo "VERSION=3.1.0-${GITHUB_RUN_NUMBER}" >> $GITHUB_ENV
25+
echo "VERSION=3.3.0-${GITHUB_RUN_NUMBER}" >> $GITHUB_ENV
2626
else
2727
BRANCH_TO_DOCKER=$(echo ${GITHUB_REF##*/} | tr '[:upper:]' '[:lower:]' | sed 's/[^a-z0-9._-]//g')
2828
echo "VERSION=${BRANCH_TO_DOCKER}-${GITHUB_RUN_NUMBER}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)