Skip to content

Commit

Permalink
ci: try pushing manually
Browse files Browse the repository at this point in the history
  • Loading branch information
sabberworm committed Oct 17, 2024
1 parent 48c9e4a commit ae15448
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:

steps:
- uses: actions/checkout@v4

- uses: actions/setup-java@v4
with:
java-version: '11'
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ jobs:
preset: 'conventionalcommits'
output-file: 'docs/CHANGELOG.md'
skip-version-file: 'true'
git-push: false

- name: Push Tag
run: ./gradlew push --tags

- name: Push Branch
run: ./gradlew push

- name: Create Release
uses: actions/create-release@v1
Expand Down

0 comments on commit ae15448

Please sign in to comment.