Skip to content

Commit

Permalink
auto bump demo version
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Mar 11, 2024
1 parent 6d71ea3 commit be5aa9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
-
name: Update demo version
run: |
sed -i -E 's/[0-9]+(\.[0-9]+)*/${{ inputs.semvertag:1 }}/' compose.override.yaml
git commit -am "Bump demo compose version to ${{ inputs.semvertag:1 }}"
sed -i -E 's/[0-9]+(\.[0-9]+)*/${{ steps.meta.outputs.version }}/' compose.override.yaml
git commit -am "Bump demo compose version to ${{ steps.meta.outputs.version }}"
git push

0 comments on commit be5aa9a

Please sign in to comment.