Skip to content

Commit 71f126a

Browse files
authored
feat: improved the release process
1 parent ccf177e commit 71f126a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ jobs:
3838
npm install --global gradle-semantic-release-plugin
3939
4040
- name: Run semantic-release
41+
uses: mridang/action-semantic-release@v1.0.0
42+
with:
43+
github-token: ${{ secrets.GITHUB_TOKEN }}
4144
env:
4245
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4346
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
4447
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
45-
run: npx semantic-release

0 commit comments

Comments
 (0)