Skip to content

Commit

Permalink
Update versioner.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brodjieski authored May 21, 2024
1 parent 723dca9 commit 643f25e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/versioner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
NEW_BUILD=$((CURRENT_BUILD+1))
echo "$NEW_BUILD"
echo "NEWBUID=$NEW_BUILD" >> $GITHUB_OUTPUT
echo "NEWBUILD=$NEW_BUILD" >> $GITHUB_OUTPUT
sed -i "s/^build.*/build: $NEW_BUILD/" VERSION.yaml
fi
- name: Push commit
Expand All @@ -38,4 +38,4 @@ jobs:
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add VERSION.yaml
git commit -am "minor: Bump build to ${{ steps.new_build.outputs.NEWBUILD }}"
git push
git push

0 comments on commit 643f25e

Please sign in to comment.