mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 16:23:48 +00:00
update packages_publish workflow
This commit is contained in:
parent
7f9faa69c8
commit
9a3fc19992
2
.github/workflows/packages_publishing.yml
vendored
2
.github/workflows/packages_publishing.yml
vendored
@ -17,6 +17,8 @@ jobs:
|
|||||||
cat gradle.properties | sed -e "s/^library_version=\([0-9\.]*\)/library_version=\1-branch_$branch-build${{ github.run_number }}/" > gradle.properties.tmp
|
cat gradle.properties | sed -e "s/^library_version=\([0-9\.]*\)/library_version=\1-branch_$branch-build${{ github.run_number }}/" > gradle.properties.tmp
|
||||||
rm gradle.properties
|
rm gradle.properties
|
||||||
mv gradle.properties.tmp gradle.properties
|
mv gradle.properties.tmp gradle.properties
|
||||||
|
- name: Build
|
||||||
|
run: ./gradlew build
|
||||||
- name: Publish
|
- name: Publish
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: ./gradlew publishAllPublicationsToGithubPackagesRepository --no-parallel -x signJsPublication -x signJvmPublication -x signKotlinMultiplatformPublication
|
run: ./gradlew publishAllPublicationsToGithubPackagesRepository --no-parallel -x signJsPublication -x signJvmPublication -x signKotlinMultiplatformPublication
|
||||||
|
@ -9,6 +9,10 @@
|
|||||||
* `Serialization`: `1.2.2` -> `1.3.0`
|
* `Serialization`: `1.2.2` -> `1.3.0`
|
||||||
* `Ktor`: `1.6.3` -> `1.6.4`
|
* `Ktor`: `1.6.3` -> `1.6.4`
|
||||||
* `MicroUtils`: `0.5.28` -> `0.5.31`
|
* `MicroUtils`: `0.5.28` -> `0.5.31`
|
||||||
|
* `Utils`:
|
||||||
|
* Two new dsl:
|
||||||
|
* `inlineKeyboard` for creating `InlineKeyboardMarkup`
|
||||||
|
* `replyKeyboard` for creating `ReplyKeyboardMarkup`
|
||||||
|
|
||||||
## 0.35.9
|
## 0.35.9
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user