Skip to content
This repository was archived by the owner on Jul 24, 2021. It is now read-only.

Commit e6d9b3d

Browse files
author
BakaAless
committed
👷 Add more information in the release
1 parent e99c9ce commit e6d9b3d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

‎.github/workflows/release.yml‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,18 @@ jobs:
3232
release_name: ${{ github.event.head_commit.message }}
3333
body: |
3434
${{ github.event.commit.message }}
35+
36+
To ingrate to gradle:
37+
38+
```gradle
39+
repositories {
40+
maven { url 'https://jitpack.io' }
41+
}
42+
43+
dependencies {
44+
implementation group: 'com.github.BakaAless', name: 'InventoryAPI', version: '${{ github.run_id }}'
45+
}
46+
```
3547
draft: false
3648
prerelease: false
3749
- name: Upload Release Asset

0 commit comments

Comments
 (0)