Skip to content

Commit

Permalink
promote the current EC version to the stable channel on release
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Nov 15, 2024
1 parent fed6d6e commit 43edc93
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/release-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ jobs:
export EC_VERSION="${{ github.ref_name }}"
export APP_VERSION="appver-${{ github.ref_name }}"
export RELEASE_YAML_DIR=e2e/kots-release-install
./scripts/ci-release-app.sh
./scripts/ci-release-app.sh
# and finally an app upgrade
export EC_VERSION="${{ github.ref_name }}"
Expand Down Expand Up @@ -319,6 +319,19 @@ jobs:
export APP_VERSION="appver-${{ github.ref_name }}-upgrade"
export RELEASE_YAML_DIR=e2e/kots-release-upgrade
./scripts/ci-release-app.sh
- name: Create Stable release
env:
REPLICATED_APP: "embedded-cluster-smoke-test-staging-app"
REPLICATED_API_TOKEN: ${{ secrets.STAGING_REPLICATED_API_TOKEN }}
REPLICATED_API_ORIGIN: "https://api.staging.replicated.com/vendor"
APP_CHANNEL: Stable
USES_DEV_BUCKET: "0"
run: |
# install the current k0s version
export EC_VERSION="${{ github.ref_name }}"
export APP_VERSION="${{ github.ref_name }}"
export RELEASE_YAML_DIR=e2e/kots-release-install
./scripts/ci-release-app.sh
download-current:
name: Download the current release binary
Expand Down

0 comments on commit 43edc93

Please sign in to comment.