Skip to content

Merge branch 'main' of github.com:EliCDavis/polyform #7

Merge branch 'main' of github.com:EliCDavis/polyform

Merge branch 'main' of github.com:EliCDavis/polyform #7

Workflow file for this run

name: Release
on:
push:
tags:
- v*
jobs:
check:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/flake-checker-action@main
release:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Release all platforms
run: nix run .#release