Skip to content

Commit

Permalink
ci: adjust channel var
Browse files Browse the repository at this point in the history
  • Loading branch information
shipperizer committed Jan 20, 2025
1 parent 8a808b6 commit 9479bb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0
- name: Get revision
- name: Set revision
id: set-revision
run: |
sudo snap install charmcraft --classic --channel latest/stable
Expand Down Expand Up @@ -68,6 +68,7 @@ jobs:
with:
model: dev-iam
revision: ${{ needs.revision.outputs.revision }}
channel: ${{ github.event.inputs.destination-channel }}

stg-deploy:
concurrency:
Expand All @@ -85,3 +86,4 @@ jobs:
with:
model: stg-iam
revision: ${{ needs.revision.outputs.revision }}
channel: ${{ github.event.inputs.destination-channel }}

0 comments on commit 9479bb9

Please sign in to comment.