Skip to content

Commit

Permalink
Merge pull request #254 from wurstbrot/wurstbrot-patch-1
Browse files Browse the repository at this point in the history
chore: use version 3.3
  • Loading branch information
wurstbrot authored Oct 8, 2023
2 parents 133fc1c + 10b520e commit 856fae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: version
run: |
if [ "${GITHUB_REF##*/}" == "master" ]; then
echo "VERSION=3.1.0-${GITHUB_RUN_NUMBER}" >> $GITHUB_ENV
echo "VERSION=3.3.0-${GITHUB_RUN_NUMBER}" >> $GITHUB_ENV
else
BRANCH_TO_DOCKER=$(echo ${GITHUB_REF##*/} | tr '[:upper:]' '[:lower:]' | sed 's/[^a-z0-9._-]//g')
echo "VERSION=${BRANCH_TO_DOCKER}-${GITHUB_RUN_NUMBER}" >> $GITHUB_ENV
Expand Down

0 comments on commit 856fae8

Please sign in to comment.