Skip to content

Commit

Permalink
fix: cidi fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PeepoFrog committed Jun 2, 2024
1 parent 8e00117 commit 2d06a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
git add compose.yml
git commit -m "feat(cidi_auto): Update compose.yml" \
git commit -m "fix(cidi_auto): Update compose.yml" \
-m "Update image versions to ${{ steps.create_tag.outputs.new_tag }}"
git tag -a v${{ steps.create_tag.outputs.new_tag }} -m "Update image versions to ${{ steps.create_tag.outputs.new_tag }}"
git tag -a ${{ steps.create_tag.outputs.new_tag }} -m "Update image versions to ${{ steps.create_tag.outputs.new_tag }}"
git push

0 comments on commit 2d06a1d

Please sign in to comment.