Skip to content

Commit 4cd01d4

Browse files
committed
Run packaging
1 parent d249438 commit 4cd01d4

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/package.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- '*'
7+
branches: ["bump-version-to-25.05"]
78
pull_request:
89
paths:
910
# Also run this workflow when this package.yml is update by a PR
@@ -87,7 +88,7 @@ jobs:
8788
subject-path: "${{ env.BUILD_DIR }}/*.tar.gz,${{ env.BUILD_DIR }}/*.deb,${{ env.BUILD_DIR }}/*.rpm"
8889

8990
- name: Upload binaries to release
90-
if: github.ref_type == 'tag'
91+
# if: github.ref_type == 'tag'
9192
uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16.0
9293
with:
9394
draft: true
@@ -129,7 +130,7 @@ jobs:
129130
subject-path: "${{ env.BUILD_DIR }}/*.tar.gz"
130131

131132
- name: Upload binaries to release
132-
if: github.ref_type == 'tag'
133+
# if: github.ref_type == 'tag'
133134
uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16.0
134135
with:
135136
draft: true
@@ -184,7 +185,7 @@ jobs:
184185
subject-path: "${{ env.BUILD_DIR }}/*.tar.gz,${{ env.BUILD_DIR }}/*.pkg"
185186

186187
- name: Upload binaries to release
187-
if: github.ref_type == 'tag'
188+
# if: github.ref_type == 'tag'
188189
uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16.0
189190
with:
190191
draft: true
@@ -255,7 +256,7 @@ jobs:
255256
subject-path: "${{ env.BUILD_DIR }}/*.zip"
256257

257258
- name: Upload binaries to release
258-
if: github.ref_type == 'tag'
259+
# if: github.ref_type == 'tag'
259260
uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16.0
260261
with:
261262
draft: true
@@ -305,7 +306,7 @@ jobs:
305306
subject-path: "${{ env.BUILD_DIR }}/*.zip"
306307

307308
- name: Upload binaries to release
308-
if: github.ref_type == 'tag'
309+
# if: github.ref_type == 'tag'
309310
uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16.0
310311
with:
311312
draft: true
@@ -396,7 +397,7 @@ jobs:
396397
subject-path: "${{ env.PACKAGE_DIR }}.tar.gz"
397398

398399
- name: Upload binaries to release
399-
if: github.ref_type == 'tag'
400+
# if: github.ref_type == 'tag'
400401
uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16.0
401402
with:
402403
draft: true

0 commit comments

Comments
 (0)