Skip to content

Commit e46900e

Browse files
committed
?
1 parent 3b754bc commit e46900e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
name: Build release
1+
name: release
22
on: push
33
jobs:
44
build:
55
if: github.ref_type == 'tag'
6-
name: Build
76
uses: ./.github/workflows/build.yml
87
release:
98
if: github.ref_type == 'tag'
10-
name: Release
119
needs: [build]
1210
runs-on: ubuntu-latest
1311
steps:
@@ -29,4 +27,4 @@ jobs:
2927
run: >-
3028
gh release upload
3129
'${{ github.ref_name }}' cs-studio-release/**
32-
--repo '${{ github.repository }}
30+
--repo '${{ github.repository }}'

0 commit comments

Comments
 (0)