Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore: bump version to 1.3.2 #151

chore: bump version to 1.3.2

chore: bump version to 1.3.2 #151

Workflow file for this run

name: snap-build
on:
push:
branches:
- '**'
jobs:
snapcraft-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- name: fetch tags
run: |
git fetch --tags --force # Retrieve annotated tags. see https://github.com/actions/checkout/issues/290
- uses: snapcore/action-build@v1
id: build