-
Notifications
You must be signed in to change notification settings - Fork 12
40 lines (35 loc) · 1.11 KB
/
release.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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-hello-world-lambda-cdk.zip
kotlin-hello-world-lambda-cdk.zip
java-tour-of-restate.zip
typescript-tour-of-restate.zip
typescript-ticket-reservation.zip
typescript-payment-state-machine.zip
java-food-ordering.zip
typescript-food-ordering.zip
typescript-ecommerce-store.zip
typescript-ai-image-workflows.zip