Skip to content

Update wampproto to latest (#62) #42

Update wampproto to latest (#62)

Update wampproto to latest (#62) #42

Workflow file for this run

name: Publish Snap to Snap store
on:
push:
branches:
- main
jobs:
build-and-publish:
runs-on: ubuntu-latest
steps:
- name: checkout git repository
uses: actions/checkout@v4
- name: Build the snap
uses: snapcore/action-build@v1
with:
snapcraft-channel: 8.x/stable
- name: Publish the snap
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
run: snapcraft upload xconn_*.snap --release=edge