File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: Build and Publish to APT
3
3
on :
4
4
pull_request :
5
5
branches :
6
- - release/8.0
6
+ - release/8.*
7
7
push :
8
8
branches :
9
- - release/8.0
9
+ - release/8.*
10
10
11
11
jobs :
12
12
build-source-package :
@@ -247,7 +247,7 @@ jobs:
247
247
curl -sLO https://github.com/deb-s3/deb-s3/releases/download/${{ env.DEB_S3_VERSION }}/deb-s3-${{ env.DEB_S3_VERSION }}.gem
248
248
gem install deb-s3-${{ env.DEB_S3_VERSION }}.gem
249
249
- name : Upload packages
250
- if : github.ref == 'refs/heads/release/8.0 '
250
+ if : github.event_name == 'push '
251
251
env :
252
252
AWS_ACCESS_KEY_ID : ${{ secrets.APT_S3_ACCESS_KEY_ID }}
253
253
AWS_SECRET_ACCESS_KEY : ${{ secrets.APT_S3_SECRET_ACCESS_KEY }}
Original file line number Diff line number Diff line change
1
+ redis (6:8.2.0-1rl1~@RELEASE@1) @RELEASE@; urgency=low
2
+
3
+ * Redis 8.2.0: https://github.com/redis/redis/releases/tag/8.2.0
4
+
5
+ -- Redis Team <
[email protected] > Mon, 04 Aug 2025 16:39:20 +0300
6
+
1
7
redis (6:8.0.3-1rl1~@RELEASE@1) @RELEASE@; urgency=low
2
8
3
9
* Redis 8.0.3: https://github.com/redis/redis/releases/tag/8.0.3
You can’t perform that action at this time.
0 commit comments