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 b70e2ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ jobs:
- name: Create Changelog and Tag
uses: TriPSs/conventional-changelog-action@v5
with:
github-token: ${{ secrets.github_token }}
github-token: ""
preset: 'conventionalcommits'
output-file: 'docs/CHANGELOG.md'
skip-version-file: 'true'
git-push: false

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

0 comments on commit b70e2ea

Please sign in to comment.