Skip to content

Commit

Permalink
fix the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MrVauxs committed Jul 29, 2024
1 parent a16f466 commit 5ccb7d0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,11 @@ jobs:
run: |
git config --global user.name '${{ github.actor }}'
git config --global user.email '${{ github.actor }}@users.noreply.github.com'
git add --all
git remote set-url origin "https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY"
git fetch origin "main"
git switch -c "main" "origin/main"
git commit -m "${{ github.event.release.tag_name }}"
git push -f
git checkout main
git merge dev
git push
- name: Push Image
run: |
Expand Down

0 comments on commit 5ccb7d0

Please sign in to comment.