Skip to content

Commit

Permalink
fix: added prerelease with a snapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
y9san9 committed Oct 31, 2023
1 parent b3f310a commit b07de97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
echo "snapshot_version=$snapshot_version" >> $GITHUB_ENV
- name: Publish ${{ env.snapshot_version }}
run: ./gradlew publishKotlinMultiplatformPublicationToMeetacySdkRepository
- name: Add Sdk Version to Output
id: output_version
run: echo "snapshot_version=${{ env.snapshot_version }}" >> $GITHUB_OUTPUT

deploy-jvm:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b07de97

Please sign in to comment.