Skip to content

Commit

Permalink
Update charming-actions to 2.0.0-rc (#75)
Browse files Browse the repository at this point in the history
* removed --model arg in itests workflows

* updated charming actions to 2.0.0-rc2
  • Loading branch information
PietroPasotti authored Aug 10, 2022
1 parent 7eb257f commit 4947410
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/promote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo "promote-to=stable" >> ${GITHUB_ENV}
fi
- name: Promote Charm
uses: canonical/charming-actions/release-charm@1.0.3
uses: canonical/charming-actions/release-charm@2.0.0-rc
with:
credentials: ${{ secrets.CHARMHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
fetch-depth: 0
- name: Check libraries
uses: canonical/charming-actions/check-libraries@1.0.0
uses: canonical/charming-actions/check-libraries@2.0.0-rc
with:
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ jobs:
fetch-depth: 0

- name: Select charmhub channel
uses: canonical/charming-actions/channel@1.0.0
uses: canonical/charming-actions/channel@2.0.0-rc
id: channel

- name: Upload charm to charmhub
uses: canonical/charming-actions/upload-charm@1.0.3
uses: canonical/charming-actions/upload-charm@2.0.0-rc
with:
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 4947410

Please sign in to comment.