Skip to content

Commit

Permalink
fix: Change the cd script
Browse files Browse the repository at this point in the history
  • Loading branch information
behzodhalil committed Aug 19, 2023
1 parent 8ea9bf0 commit ec72ee9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

jobs:
create-release:
if: ${{ github.repository == 'getspherelabs/meteor' }}
if: ${{ github.repository == 'getspherelabs/meteor-kmp' }}
runs-on: ubuntu-latest
steps:
- name: Check out code
Expand All @@ -27,7 +27,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
publish:
needs: create-release
if: ${{ github.repository == 'getspherelabs/meteor' }}
if: ${{ github.repository == 'getspherelabs/meteor-kmp' }}
strategy:
matrix:
os: [ macos-11 ]
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.4.3] - August 1, 2023

# What's Changed

- Add new bind functions


## [0.4.1] - August 1, 2023

# What's Changed
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ kotlin.mpp.androidSourceSetLayoutVersion=2

# POM
GROUP = io.github.behzodhalil
VERSION_NAME = 0.4.1
VERSION_NAME = 0.4.3

POM_URL = https://github.com/getspherelabs/meteor
POM_SCM_URL =https://github.com/getspherelabs/meteor
POM_SCM_CONNECTION = scm:git:git://github.com/getspherelabs/meteor.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/getspherelabs/meteor.git
POM_URL = https://github.com/getspherelabs/meteor-kmp
POM_SCM_URL =https://github.com/getspherelabs/meteor-kmp
POM_SCM_CONNECTION = scm:git:git://github.com/getspherelabs/meteor-kmp.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/getspherelabs/meteor-kmp.git


POM_LICENCE_NAME=MIT License
Expand Down

0 comments on commit ec72ee9

Please sign in to comment.