Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tillrohrmann committed Dec 2, 2023
1 parent c13af90 commit 6aad2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Push main to production
run: |
git push production
git push origin main:production
- name: Create release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 6aad2a3

Please sign in to comment.