Skip to content

Commit babc8d0

Browse files
committed
Remove (unused) release step of build.yml
1 parent 861c802 commit babc8d0

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build, Test and Release
1+
name: Build and Test
22

33
on: push
44

@@ -108,25 +108,3 @@ jobs:
108108
with:
109109
name: release-${{ matrix.os }}-${{ matrix.cpu }}
110110
path: out
111-
112-
release:
113-
needs: package
114-
if: startsWith(github.ref, 'refs/tags/')
115-
116-
runs-on: ubuntu-latest
117-
permissions:
118-
contents: write
119-
120-
steps:
121-
- uses: actions/download-artifact@v4
122-
with:
123-
name: release-${{ matrix.os }}-${{ matrix.cpu }}
124-
125-
- name: Release
126-
uses: svenstaro/upload-release-action@v2
127-
with:
128-
repo_token: ${{ secrets.GITHUB_TOKEN }}
129-
file: protobuf-javascript-*
130-
file_glob: true
131-
tag: ${{ github.ref }}
132-
overwrite: true

0 commit comments

Comments
 (0)