Skip to content

Commit 51a2d9d

Browse files
committed
chore: sync from monorepo
1 parent 0c9d620 commit 51a2d9d

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@ on:
33
push:
44
tags: ['v*.*.*']
55
jobs:
6-
build:
6+
publish:
77
runs-on: ubuntu-latest
8+
permissions:
9+
contents: write
810
steps:
911
- uses: actions/checkout@v4
10-
- run: echo "Release placeholder - customize per registry"
12+
- name: Create archive
13+
run: |
14+
tar -czf uapi-sdk-cpp.tar.gz include CMakeLists.txt README.md
15+
- uses: softprops/action-gh-release@v2
16+
with:
17+
files: uapi-sdk-cpp.tar.gz
18+
generate_release_notes: true

0 commit comments

Comments
 (0)