-
Notifications
You must be signed in to change notification settings - Fork 9
51 lines (46 loc) · 1.55 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
41
42
43
44
45
46
47
48
49
50
51
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
java-hello-world-maven.zip
java-hello-world-maven-quarkus.zip
java-hello-world-maven-spring-boot.zip
kotlin-hello-world-gradle.zip
typescript-hello-world.zip
typescript-hello-world-lambda-cdk.zip
typescript-bun-hello-world.zip
typescript-cloudflare-worker-hello-world.zip
typescript-deno-hello-world.zip
go-hello-world.zip
rust-hello-world.zip
rust-shuttle-hello-world.zip
kotlin-hello-world-lambda-cdk.zip
go-tour-of-restate.zip
java-tour-of-restate.zip
typescript-tour-of-restate.zip
typescript-ticket-reservation.zip
typescript-payment-state-machine.zip
java-food-ordering.zip
kotlin-food-ordering.zip
typescript-food-ordering.zip
typescript-ai-image-workflows.zip
python-hello-world.zip
python-tour-of-restate.zip