Skip to content

Commit e777008

Browse files
committed
[v1.4.3.1] Add settings.gradle, pass through github token to workflow
1 parent 284498e commit e777008

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ jobs:
1818
run: chmod +x gradlew
1919
- name: Publish with Gradle
2020
run: ./gradlew -Pversion=${GITHUB_REF##*/} publish
21+
env:
22+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ plugins {
33
id 'maven-publish'
44
}
55
group = 'com.dumbdogdiner'
6-
version = '1.4.3'
6+
7+
version = '1.4.3.1'
78

89
configurations {
910
jaxDoclet

settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
rootProject.name = 'stickycommands'

0 commit comments

Comments
 (0)