Skip to content

Commit

Permalink
feat: 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 62695b7 commit b3f310a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,18 @@ jobs:
./gradlew publishIosX64PublicationToMeetacySdkRepository \
publishIosSimulatorArm64PublicationToMeetacySdkRepository \
publishIosArm64PublicationToMeetacySdkRepository
create-release:
runs-on: ubuntu-latest
needs:
- deploy-multiplatform
- deploy-jvm
- deploy-js
- deploy-konan
steps:
- name: Create Release
uses: actions/create-release@v1
with:
tag_name: ${{ needs.deploy-multiplatform.outputs.snapshot_version }}
release_name: Build ${{ needs.deploy-multiplatform.outputs.snapshot_version }}
prerelease: true

0 comments on commit b3f310a

Please sign in to comment.