Skip to content

Commit

Permalink
Fix publication runner, bump version to 2.0.0-alpha02
Browse files Browse the repository at this point in the history
  • Loading branch information
zsmb13 committed May 18, 2024
1 parent 2c797ac commit 4ffd43f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
publish:
name: Release build and publish
runs-on: ubuntu-latest
runs-on: macOS-latest
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ kotlin.code.style=official

# Publishing
group=co.zsmb
version=2.0.0-alpha01
version=2.0.0-alpha02

0 comments on commit 4ffd43f

Please sign in to comment.