Skip to content

Commit

Permalink
fix: gradle task
Browse files Browse the repository at this point in the history
  • Loading branch information
y9vad9 committed Feb 26, 2024
1 parent 66f1112 commit 93082bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
REPOSILITE_USER: ${{ secrets.REPOSILITE_USER }}
REPOSILITE_SECRET: ${{ secrets.REPOSILITE_SECRET }}
LIB_VERSION: dev-${{ github.sha }}
run: ./gradlew publishKotlinMultiplatformPublicationToTimeMatesReleasesRepository -Pversion=dev-${{ env.TIMEMATES_SDK_VERSION }}
run: ./gradlew publishKotlinMultiplatformPublicationToTimeMatesReleasesRepository -Pversion=dev-${{ env.LIB_VERSION }}

0 comments on commit 93082bd

Please sign in to comment.