Skip to content

Commit

Permalink
Automatically merge release into main and push it.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jul 8, 2024
1 parent b19a5a5 commit 5d2efbb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@ jobs:
distribution: 'temurin'
- name: gradle caching
uses: gradle/gradle-build-action@v2
- run: git fetch origin main
- name: publish all
run: ./gradlew changelogPush -Prelease=true -Penable_publishing=true --stacktrace --warning-mode all
run: ./gradlew changelogPush -Prelease=true -Penable_publishing=true --stacktrace --warning-mode all
- run: git checkout main
- run: git merge release --ff-only
- run: git push origin main

0 comments on commit 5d2efbb

Please sign in to comment.