Skip to content

ci: bump upload-charm action 2.4.0 -> 2.6.2 (#40) #20

ci: bump upload-charm action 2.4.0 -> 2.6.2 (#40)

ci: bump upload-charm action 2.4.0 -> 2.6.2 (#40) #20

Workflow file for this run

name: On Push
# On push to a "special" branch, we:
# * always publish to charmhub at latest/edge/branchname
# * always run tests
# where a "special" branch is one of main/master or track/**, as
# by convention these branches are the source for a corresponding
# charmhub edge channel.
on:
push:
branches:
- master
- main
- track/**
jobs:
tests:
name: Run Tests
uses: ./.github/workflows/integrate.yaml
secrets:
charmcraft-credentials: "${{ secrets.CHARMCRAFT_CREDENTIALS }}"
# publish runs in series with tests, and only publishes if tests passes
publish-charm:
name: Publish Charm
needs: tests
uses: ./.github/workflows/publish.yaml
secrets:
CHARMCRAFT_CREDENTIALS: "${{ secrets.CHARMCRAFT_CREDENTIALS }}"