Skip to content

Commit

Permalink
Corrected text formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MukuFlash03 committed Oct 8, 2024
1 parent 6d7d726 commit f9b023a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reusable_image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "Github Actions bot to update .env with latest tags"
git tag -a ${{ steps.increment-release-tag.outputs.new_repo_version }} \
-m $(git log --pretty=format:%s ${{ steps.set-tags.outputs.CURRENT_REPO_TAG }}HEAD -no-merges)
-m "$(git log --pretty=format:%s ${{ steps.set-tags.outputs.CURRENT_REPO_TAG }}...HEAD --no-merges)"
git push origin ${{ steps.increment-release-tag.outputs.new_repo_version }}
Expand All @@ -320,6 +320,7 @@ jobs:
-H "Authorization: Bearer ${{ secrets.GH_FG_PAT_TAGS }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/MukuFlash03/${{ inputs.repo }}/releases/latest)
echo $latest_release
- name: Add, Commit, Push changes to .env file
if: ${{ github.ref_type == 'tag' || github.event_name == 'workflow_dispatch' }}
Expand Down

0 comments on commit f9b023a

Please sign in to comment.