Skip to content

run: Add support for X11/Wayland and NoGPU specific args (#108) #28

run: Add support for X11/Wayland and NoGPU specific args (#108)

run: Add support for X11/Wayland and NoGPU specific args (#108) #28

Workflow file for this run

name: release
on:
push:
tags:
- "v*"
permissions: {}
jobs:
goreleaser:
runs-on: ubuntu-latest
permissions:
contents: write # create GH releases
id-token: write # ephemeral keys (a.k.a. "keyless") signing
attestations: write # write GH attestations
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.2.2
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
with:
go-version: stable
- uses: anchore/sbom-action/download-syft@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # v0.20.6
- uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
with:
distribution: goreleaser
version: '~> v2'
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Attest release artefacts
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
with:
subject-path: "dist/qubesome*"