Skip to content

fix(fetchium): Fix declaration emit and rest subpath for downstream c… #7

fix(fetchium): Fix declaration emit and rest subpath for downstream c…

fix(fetchium): Fix declaration emit and rest subpath for downstream c… #7

Workflow file for this run

name: Release
on:
push:
branches:
- main
concurrency: ${{ github.workflow }}-${{ github.ref }}
permissions:
id-token: write
contents: read
jobs:
release:
permissions: write-all
name: Release
runs-on: ubuntu-latest
environment: production
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Setup Node.js 25.x
uses: actions/setup-node@v3
with:
node-version: 25.x
- name: Install Dependencies
run: npm ci
- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
with:
publish: npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_CONFIG_PROVENANCE: true