Skip to content

Commit 05f1546

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

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -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)