Skip to content

Commit

Permalink
Automatically push main to production on release
Browse files Browse the repository at this point in the history
  • Loading branch information
tillrohrmann committed Dec 2, 2023
1 parent 8f75068 commit 9db6a97
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout documentation
uses: actions/checkout@v3

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

0 comments on commit 9db6a97

Please sign in to comment.