Skip to content

Commit

Permalink
Merge pull request #123 from EATSTEAK/dev
Browse files Browse the repository at this point in the history
release: 0.7.3
  • Loading branch information
EATSTEAK authored Nov 5, 2024
2 parents a19ed35 + ba45d2e commit 5341678
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 22 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/publish.yml

This file was deleted.

12 changes: 10 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release (Publish to Maven Central)
name: Release

on:
push:
Expand Down Expand Up @@ -30,10 +30,18 @@ jobs:
run: 'sdkmanager "ndk;27.2.12479018"'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Publish to local Maven repository
- name: Build with Gradle
run: |
cd ./languages/kotlin
chmod +x ./gradlew
./gradlew build
- name: Publish
run: cargo publish --package rusaint --verbose --token ${CRATES_TOKEN}
env:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
- name: Publish to local Maven repository
run: |
cd ./languages/kotlin
./gradlew publish
- name: Release with JReleaser
env:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["packages/rusaint", "packages/rusaint-ffi", "uniffi-bindgen"]
resolver = "2"

[workspace.package]
version = "0.7.2"
version = "0.7.3"

keywords = ["ssu", "u-saint", "scraping", "parser"]
authors = ["Hyomin Koo <me@eatsteak.dev>"]
Expand Down
2 changes: 1 addition & 1 deletion languages/kotlin/lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {

group = "dev.eatsteak"
description = "Easy and Reliable SSU u-saint scraper"
version = "0.7.2"
version = "0.7.3"

android {
namespace = "dev.eatsteak.rusaint"
Expand Down

0 comments on commit 5341678

Please sign in to comment.