Skip to content

Exit when we know we're unable to get the list of queues from the ser… #12

Exit when we know we're unable to get the list of queues from the ser…

Exit when we know we're unable to get the list of queues from the ser… #12

name: Publish Testflinger CLI snap to edge
on:
push:
branches: ["main"]
paths:
- cli/**
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: snapcore/action-build@v1
id: build
with:
path: cli
- uses: snapcore/action-publish@v1
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_STORE_LOGIN }}
with:
snap: ${{ steps.build.outputs.snap }}
release: edge