We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf177e commit 71f126aCopy full SHA for 71f126a
1 file changed
.github/workflows/release.yml
@@ -38,8 +38,10 @@ jobs:
38
npm install --global gradle-semantic-release-plugin
39
40
- name: Run semantic-release
41
+ uses: mridang/action-semantic-release@v1.0.0
42
+ with:
43
+ github-token: ${{ secrets.GITHUB_TOKEN }}
44
env:
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
47
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
- run: npx semantic-release
0 commit comments