We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae01fb commit 339e4b4Copy full SHA for 339e4b4
.github/workflows/gradle.yml
@@ -47,7 +47,7 @@ jobs:
47
uses: softprops/action-gh-release@v2
48
# if: github.ref_type == 'branches'
49
with:
50
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.TARDIS_WORKFLOW }}
51
tag_name: '1.21.8'
52
files: build/libs/*.jar
53
fail_on_unmatched_files: false
0 commit comments