Skip to content

Commit

Permalink
ci: add missing environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Oct 4, 2023
1 parent b5236c6 commit 5f1436a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ jobs:
uses: gradle/gradle-build-action@v2
with:
arguments: jreleaserChangelog
env:
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Release commit and push
uses: EndBug/add-and-commit@v9
with:
Expand Down

0 comments on commit 5f1436a

Please sign in to comment.