Skip to content

Commit

Permalink
Updating track to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold committed Apr 24, 2024
1 parent 67c3812 commit 796c67a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected]
with:
charm-file-name: "sdcore-nrf-k8s_ubuntu-22.04-amd64.charm"
track-name: 1.4
track-name: 1.5
secrets:
CHARMCRAFT_AUTH: ${{ secrets.CHARMCRAFT_AUTH }}

Expand All @@ -59,7 +59,7 @@ jobs:
with:
branch-name: ${{ github.ref_name }}
charm-file-name: "sdcore-nrf-k8s_ubuntu-22.04-amd64.charm"
track-name: 1.4
track-name: 1.5
secrets:
CHARMCRAFT_AUTH: ${{ secrets.CHARMCRAFT_AUTH }}

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/promote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ on:
type: choice
description: Name of the charmhub track to publish
options:
- 1.4
- '1.4'
- '1.5'
- latest


Expand Down

0 comments on commit 796c67a

Please sign in to comment.