Update wampproto to latest (#62) #42
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |