Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
meisnate12 committed Sep 27, 2024
1 parent d3de676 commit bac106f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
git add VERSION
git commit -m "${{ vars.NAME }} Release ${NEW_VERSION}"
git push origin develop
git push origin refs/heads/develop:refs/heads/main
git push origin refs/heads/develop:refs/heads/master
- name: Discord Success Notification
uses: Kometa-Team/discord-notifications@master
Expand Down

0 comments on commit bac106f

Please sign in to comment.