Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Update Version to 3.1
  • Loading branch information
wurstbrot authored Mar 29, 2023
1 parent f8310de commit 1c90829
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.0.0-${GITHUB_RUN_NUMBER}" >> $GITHUB_ENV
echo "VERSION=3.1.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 1c90829

Please sign in to comment.