|
4 | 4 | push:
|
5 | 5 | tags:
|
6 | 6 | - '*'
|
| 7 | + branches: ["bump-version-to-25.05"] |
7 | 8 | pull_request:
|
8 | 9 | paths:
|
9 | 10 | # Also run this workflow when this package.yml is update by a PR
|
|
87 | 88 | subject-path: "${{ env.BUILD_DIR }}/*.tar.gz,${{ env.BUILD_DIR }}/*.deb,${{ env.BUILD_DIR }}/*.rpm"
|
88 | 89 |
|
89 | 90 | - name: Upload binaries to release
|
90 |
| - if: github.ref_type == 'tag' |
| 91 | +# if: github.ref_type == 'tag' |
91 | 92 | uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16.0
|
92 | 93 | with:
|
93 | 94 | draft: true
|
@@ -129,7 +130,7 @@ jobs:
|
129 | 130 | subject-path: "${{ env.BUILD_DIR }}/*.tar.gz"
|
130 | 131 |
|
131 | 132 | - name: Upload binaries to release
|
132 |
| - if: github.ref_type == 'tag' |
| 133 | +# if: github.ref_type == 'tag' |
133 | 134 | uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16.0
|
134 | 135 | with:
|
135 | 136 | draft: true
|
@@ -184,7 +185,7 @@ jobs:
|
184 | 185 | subject-path: "${{ env.BUILD_DIR }}/*.tar.gz,${{ env.BUILD_DIR }}/*.pkg"
|
185 | 186 |
|
186 | 187 | - name: Upload binaries to release
|
187 |
| - if: github.ref_type == 'tag' |
| 188 | +# if: github.ref_type == 'tag' |
188 | 189 | uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16.0
|
189 | 190 | with:
|
190 | 191 | draft: true
|
@@ -255,7 +256,7 @@ jobs:
|
255 | 256 | subject-path: "${{ env.BUILD_DIR }}/*.zip"
|
256 | 257 |
|
257 | 258 | - name: Upload binaries to release
|
258 |
| - if: github.ref_type == 'tag' |
| 259 | +# if: github.ref_type == 'tag' |
259 | 260 | uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16.0
|
260 | 261 | with:
|
261 | 262 | draft: true
|
@@ -305,7 +306,7 @@ jobs:
|
305 | 306 | subject-path: "${{ env.BUILD_DIR }}/*.zip"
|
306 | 307 |
|
307 | 308 | - name: Upload binaries to release
|
308 |
| - if: github.ref_type == 'tag' |
| 309 | +# if: github.ref_type == 'tag' |
309 | 310 | uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16.0
|
310 | 311 | with:
|
311 | 312 | draft: true
|
@@ -396,7 +397,7 @@ jobs:
|
396 | 397 | subject-path: "${{ env.PACKAGE_DIR }}.tar.gz"
|
397 | 398 |
|
398 | 399 | - name: Upload binaries to release
|
399 |
| - if: github.ref_type == 'tag' |
| 400 | +# if: github.ref_type == 'tag' |
400 | 401 | uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16.0
|
401 | 402 | with:
|
402 | 403 | draft: true
|
|
0 commit comments