Skip to content

Commit

Permalink
fix: version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
y9vad9 authored Feb 26, 2024
1 parent 934402f commit 684b61a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
env:
REPOSILITE_USER: ${{ secrets.REPOSILITE_USER }}
REPOSILITE_SECRET: ${{ secrets.REPOSILITE_SECRET }}
LIB_VERSION: dev-${{ github.sha }}
run: ./gradlew publishKotlinMultiplatformPublicationToTimeMatesReleasesRepository -Pversion=dev-${{ env.LIB_VERSION }}
LIB_VERSION: ${{ github.ref_name }}
run: ./gradlew publishKotlinMultiplatformPublicationToTimeMatesReleasesRepository -Pversion=${{ env.LIB_VERSION }}

0 comments on commit 684b61a

Please sign in to comment.