Skip to content

Commit fdd007e

Browse files
authored
create release
1 parent 2705109 commit fdd007e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,3 +167,10 @@ jobs:
167167
name: tests-bench-artifacts
168168
path: |
169169
bench/server.log
170+
171+
release:
172+
runs-on: ubuntu-latest
173+
steps:
174+
- name: Release
175+
uses: softprops/action-gh-release@v1
176+
# if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)