Compare commits
No commits in common. "1826b9bc583fcfd9fcbfa1eece37499fbd0fdafe" and "aa44f0550d6f9b745ce940d05231cbd45f877cb9" have entirely different histories.
1826b9bc58
...
aa44f0550d
@ -19,8 +19,9 @@ jobs:
|
|||||||
- name: Publish to git.jessebrault.com
|
- name: Publish to git.jessebrault.com
|
||||||
run: ./gradlew publishAllPublicationsToGiteaRepository
|
run: ./gradlew publishAllPublicationsToGiteaRepository
|
||||||
- name: Release to git.jessebrault.com
|
- name: Release to git.jessebrault.com
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: https://gitea.com/actions/release-action@main
|
||||||
with:
|
with:
|
||||||
files: |-
|
files: |-
|
||||||
cli/build/distributions/*.tar
|
cli/build/distributions/*.tar
|
||||||
cli/build/distributions/*.zip
|
cli/build/distributions/*.zip
|
||||||
|
api_key: '${{secrets.RELEASE_TOKEN}}'
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
plugins {
|
plugins {
|
||||||
|
id 'com.jessebrault.jbarchiva'
|
||||||
id 'java'
|
id 'java'
|
||||||
id 'maven-publish'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
group 'com.jessebrault.ssg'
|
group 'com.jessebrault.ssg'
|
||||||
@ -47,21 +47,3 @@ testing {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
publishing {
|
|
||||||
repositories {
|
|
||||||
maven {
|
|
||||||
name = 'Gitea'
|
|
||||||
url = uri('https://git.jessebrault.com/api/packages/jessebrault/maven')
|
|
||||||
|
|
||||||
credentials(HttpHeaderCredentials) {
|
|
||||||
name = "Authorization"
|
|
||||||
value = "token ${System.getenv("GITEA_ACCESS_TOKEN")}"
|
|
||||||
}
|
|
||||||
|
|
||||||
authentication {
|
|
||||||
header(HttpHeaderAuthentication)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user