Skip to content

chore: release formgator (#12) #71

chore: release formgator (#12)

chore: release formgator (#12) #71

Workflow file for this run

name: Release
on:
push:
branches: [main]
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
id-token: write # Used to authentify the release on npm and jsr
steps:
- uses: actions/checkout@v4
- uses: pkgxdev/dev@v0
- uses: changesets/action@v1
with:
title: "chore: release formgator"
version: just version
publish: just release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: true