Skip to content

typst-release

typst-release #2

Workflow file for this run

name: Repository Dispatch
on:
repository_dispatch:
types: [typst-release]
jobs:
buildSnap:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.client_payload.sha }}
- run: ./template.sh ${{ github.event.client_payload.tag }}
- uses: snapcore/action-build@v1
id: build
- uses: snapcore/action-publish@v1
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }}
with:
snap: ${{ steps.build.outputs.snap }}
release: edge