Skip to content

Commit

Permalink
update name
Browse files Browse the repository at this point in the history
  • Loading branch information
Данила Беляков authored and Данила Беляков committed Jul 29, 2024
1 parent 83abfb5 commit e4bb9b9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-maven-alice-ktx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
run: sudo apt-get install -y gnupg

- name: Create GPG directory
run: mkdir -p gpg/
run: mkdir -p ~/.gnupg

- name: Import GPG key
run: |
echo "${{ secrets.GPG_SECRET_KEY }}" | gpg --dearmor > gpg/secring.gpg
echo "${{ secrets.GPG_SECRET_KEY }}" | gpg --dearmor > ~/.gnupg/secring.gpg
env:
GPG_SECRET_KEY: ${{ secrets.GPG_SECRET_KEY }}

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://github.com/danbeldev/kotlin-alice-skill/tree/master">
<a href="https://github.com/danbeldev/alice-ktx/tree/master">
<img width="200px" height="200px" alt="alice-skill" src="/docs/kotlin_logo.png">
</a>
</p>
Expand All @@ -10,8 +10,8 @@
<div align="center">

[![Maven Central](https://badgen.net/badge/Maven%20Central/v0.0.2/blue?icon=github)](https://central.sonatype.com/artifact/io.github.danbeldev/alice-ktx)
[![License](https://img.shields.io/github/license/danbeldev/kotlin-alice-skill)](https://github.com/danbeldev/kotlin-alice-skill/blob/master/LICENSE)
![Last commit](https://img.shields.io/github/last-commit/danbeldev/kotlin-alice-skill)
[![License](https://img.shields.io/github/license/danbeldev/alice-ktx)](https://github.com/danbeldev/alice-ktx/blob/master/LICENSE)
![Last commit](https://img.shields.io/github/last-commit/danbeldev/alice-ktx)

</div>
<p align="center">
Expand Down Expand Up @@ -59,8 +59,8 @@ fun main() {
```

## Документация
- [Примеры](https://github.com/danbeldev/kotlin-alice-skill/tree/master/examples/src/main/kotlin/com/github/examples)
- [Документация](https://danbeldev.github.io/kotlin-alice-skill/)
- [Примеры](https://github.com/danbeldev/alice-ktx/tree/master/examples/src/main/kotlin/com/github/examples)
- [Документация](https://danbeldev.github.io/alice-ktx/)


## Связь
Expand All @@ -70,4 +70,4 @@ fun main() {

## Лицензия
Copyright © 2024 [DanBel](https://github.com/danbeldev) \
Этот проект использует [MIT](https://github.com/danbeldev/kotlin-alice-skill/blob/master/LICENSE) лицензию
Этот проект использует [MIT](https://github.com/danbeldev/alice-ktx/blob/master/LICENSE) лицензию
6 changes: 3 additions & 3 deletions alice-ktx/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ mavenPublishing {
)

pom {
name.set("kotlin-alice-skill")
name.set("alice-ktx")
description.set("Асинхронный фреймворк для разработки навыков Алисы из Яндекс.Диалогов")
inceptionYear.set("2024")
url.set("https://github.com/danbeldev/kotlin-alice-skill")
url.set("https://github.com/danbeldev/alice-ktx")

licenses {
license {
Expand All @@ -54,7 +54,7 @@ mavenPublishing {
}

scm {
url.set("https://github.com/danbeldev/kotlin-alice-skill")
url.set("https://github.com/danbeldev/alice-ktx")
}
}

Expand Down

0 comments on commit e4bb9b9

Please sign in to comment.