Skip to content

Commit

Permalink
Update build release workflow to run on releases (#29)
Browse files Browse the repository at this point in the history
* update catalog release workflow to run on prerelease and release instead of push to main

* remove untested catalog workflow
  • Loading branch information
mantis-toboggan-md authored Jan 29, 2024
1 parent 3045090 commit 5d0f4a0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 34 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/build-extension-catalog.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/build-extension-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Build and Release Extension Charts

on:
workflow_dispatch:
push:
branches:
- main
release:
types: [prereleased, released]

defaults:
run:
Expand All @@ -20,4 +19,5 @@ jobs:
deployments: write
pages: write
with:
target_branch: gh-pages
target_branch: gh-pages
tagged_release: ${{ github.ref_name }}
4 changes: 2 additions & 2 deletions pkg/capi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "capi",
"description": "capi plugin",
"version": "0.1.0",
"description": "UI for CAPI cluster provisioning using the Rancher Turtles extension",
"version": "0.2.0-rc1",
"private": false,
"rancher": {
"annotations": {
Expand Down

0 comments on commit 5d0f4a0

Please sign in to comment.