Skip to content

Merge branch 'main' into next #317

Merge branch 'main' into next

Merge branch 'main' into next #317

Workflow file for this run

name: "Publish v3"
on: [push]
env:
AURI_GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
AURI_NPM_TOKEN: ${{secrets.AURI_NPM_TOKEN}}
jobs:
publish:
name: Publish package and release with Auri
runs-on: ubuntu-latest
if: github.repository == 'pilcrowonpaper/arctic' && github.ref == 'refs/heads/main'
permissions:
contents: write
id-token: write
steps:
- name: Setup actions
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
registry-url: "https://registry.npmjs.org/"
- name: Install dependencies
run: npm install
- name: Build and publish package and release
run: npx auri publish