We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 861c802 commit babc8d0Copy full SHA for babc8d0
.github/workflows/build.yml
@@ -1,4 +1,4 @@
1
-name: Build, Test and Release
+name: Build and Test
2
3
on: push
4
@@ -108,25 +108,3 @@ jobs:
108
with:
109
name: release-${{ matrix.os }}-${{ matrix.cpu }}
110
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
128
- repo_token: ${{ secrets.GITHUB_TOKEN }}
129
- file: protobuf-javascript-*
130
- file_glob: true
131
- tag: ${{ github.ref }}
132
- overwrite: true
0 commit comments