Skip to content

Fix name of Kotlin SDK in zip creation workflow (#113) #7

Fix name of Kotlin SDK in zip creation workflow (#113)

Fix name of Kotlin SDK in zip creation workflow (#113) #7

Workflow file for this run

name: Create new release
on:
push:
tags:
- v**
jobs:
publish-release:
# prevent from running on forks
if: github.repository_owner == 'restatedev'
name: Publish release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Prepare zip files
run: ./.tools/prepare_release_zip.sh
- name: Create release
uses: softprops/action-gh-release@v1
with:
# create a draft release which needs manual approval
draft: true
files: |
java-hello-world-gradle.zip
kotlin-hello-world-gradle.zip
scala-hello-world-sbt.zip
typescript-hello-world.zip
typescript-basics.zip
java-tour-of-restate.zip
typescript-tour-of-restate.zip