Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Mar 11, 2024
1 parent 6fac172 commit 74300a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,7 @@ jobs:
name: Update demo version
run: |
sed -i -E 's/[0-9]+(\.[0-9]+)*/${{ steps.meta.outputs.version }}/' compose.override.yaml
git config --local user.name "github-actions[bot]"
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git commit -am "Bump demo compose version to ${{ steps.meta.outputs.version }}"
git push

0 comments on commit 74300a0

Please sign in to comment.