mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
Release fixes
This commit is contained in:
parent
5611af8b3e
commit
2252a6c9d4
2 changed files with 3 additions and 3 deletions
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
@ -34,5 +34,5 @@ jobs:
|
|||
- name: JReleaser
|
||||
run: ./gradlew jreleaserRelease jreleaserAnnounce
|
||||
env:
|
||||
JRELEASER_GITHUB_TOKEN: ${{ secrets.JRELEASER_GITHUB_TOKEN }}
|
||||
JRELEASER_DISCORD_WEBHOOK: ${{ secrets.JRELEASER_DISCORD_WEBHOOK }}
|
||||
XPIPE_GITHUB_TOKEN: ${{ secrets.XPIPE_GITHUB_TOKEN }}
|
||||
XPIPE_DISCORD_WEBHOOK: ${{ secrets.XPIPE_DISCORD_WEBHOOK }}
|
||||
|
|
|
@ -1 +1 @@
|
|||
0.0.1.1
|
||||
0.0.1.2-SNAPSHOT
|
Loading…
Reference in a new issue