Skip to content

Commit

Permalink
Attempt to fix automatic release
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeshustoff authored Apr 9, 2022
1 parent fb58110 commit e88e439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Create release
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
repo_token: "${{ secrets.PAT }}"
prerelease: false
draft: true
files: |
Expand Down

0 comments on commit e88e439

Please sign in to comment.