Skip to content

Remove trustdb.gpg from gnupg #55

Remove trustdb.gpg from gnupg

Remove trustdb.gpg from gnupg #55

Workflow file for this run

name: snap
on:
push:
branches:
- master
pull_request:
jobs:
build-and-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: snapcore/action-build@v1
id: build
- uses: snapcore/action-publish@v1
if: github.ref == 'refs/heads/master'
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
with:
snap: ${{ steps.build.outputs.snap }}
release: edge