Skip to content

Commit 738ea61

Browse files
Small fixes missed in the previous commit (#387)
1 parent 6b540c8 commit 738ea61

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release-build.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Release Build
22

3-
on: push
3+
on:
4+
push:
5+
tags:
6+
- "*.*.*"
47

58
jobs:
69
release:
@@ -76,7 +79,7 @@ jobs:
7679
path: release/*
7780
retention-days: 1
7881
if-no-files-found: error
79-
create-draft-release:
82+
create-release-package:
8083
permissions:
8184
contents: write
8285
needs:

0 commit comments

Comments
 (0)