Skip to content

Commit 25dba7e

Browse files
committed
uploading to action rather than cutting a release
1 parent 3c19df7 commit 25dba7e

File tree

1 file changed

+37
-30
lines changed

1 file changed

+37
-30
lines changed

.github/workflows/release.yml

Lines changed: 37 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -113,34 +113,41 @@ jobs:
113113
cd release-artifacts
114114
sha256sum * > checksums.txt
115115
116-
- name: Create release
117-
uses: softprops/action-gh-release@v1
116+
# - name: Create release
117+
# uses: softprops/action-gh-release@v1
118+
# with:
119+
# tag_name: ${{ steps.version.outputs.VERSION }}
120+
# name: Redis Enterprise Observability ${{ steps.version.outputs.VERSION }}
121+
# body: |
122+
# ## Redis Enterprise Observability Release ${{ steps.version.outputs.VERSION }}
123+
#
124+
# This release contains dashboards and configuration files for various observability platforms:
125+
#
126+
# ### 📊 Dashboards & Configurations
127+
# - **Grafana v1 & v2**: Complete dashboard collections for Redis Enterprise monitoring
128+
# - **Dynatrace v1 & v2**: Extensions and dashboards for Dynatrace monitoring
129+
# - **Prometheus v1 & v2**: Alerting rules and configurations
130+
# - **NewRelic v1 & v2**: Dashboard collections and configurations
131+
# - **Kibana**: Dashboard configurations for Elasticsearch/Kibana
132+
# - **Splunk**: Dashboard and configuration files
133+
#
134+
# ### 📦 Available Formats
135+
# Each artifact is available in both `.tar.gz` and `.zip` formats.
136+
#
137+
# ### 🔑 Security
138+
# All artifacts include SHA256 checksums for verification.
139+
#
140+
# For detailed setup instructions, please refer to the README files in each platform directory.
141+
# files: |
142+
# release-artifacts/*
143+
# draft: false
144+
# prerelease: false
145+
# env:
146+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
147+
148+
- name: Upload release artifacts
149+
uses: actions/upload-artifact@v4
118150
with:
119-
tag_name: ${{ steps.version.outputs.VERSION }}
120-
name: Redis Enterprise Observability ${{ steps.version.outputs.VERSION }}
121-
body: |
122-
## Redis Enterprise Observability Release ${{ steps.version.outputs.VERSION }}
123-
124-
This release contains dashboards and configuration files for various observability platforms:
125-
126-
### 📊 Dashboards & Configurations
127-
- **Grafana v1 & v2**: Complete dashboard collections for Redis Enterprise monitoring
128-
- **Dynatrace v1 & v2**: Extensions and dashboards for Dynatrace monitoring
129-
- **Prometheus v1 & v2**: Alerting rules and configurations
130-
- **NewRelic v1 & v2**: Dashboard collections and configurations
131-
- **Kibana**: Dashboard configurations for Elasticsearch/Kibana
132-
- **Splunk**: Dashboard and configuration files
133-
134-
### 📦 Available Formats
135-
Each artifact is available in both `.tar.gz` and `.zip` formats.
136-
137-
### 🔑 Security
138-
All artifacts include SHA256 checksums for verification.
139-
140-
For detailed setup instructions, please refer to the README files in each platform directory.
141-
files: |
142-
release-artifacts/*
143-
draft: false
144-
prerelease: false
145-
env:
146-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
151+
name: redis-enterprise-observability-artifacts
152+
path: release-artifacts/
153+
retention-days: 30

0 commit comments

Comments
 (0)