Skip to content

chore: correct version to 1.85.0 #1328

chore: correct version to 1.85.0

chore: correct version to 1.85.0 #1328

Workflow file for this run

concurrency:
group: ${{ github.workflow }}
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: main
- uses: ./.github/actions/prepare
- run: pnpm build
- run: |
git config --global user.email "[email protected]"
git config --global user.name "Josh Goldberg"
npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npx release-it --preRelease=beta
name: Release
on:
push:
branches:
- main
permissions:
contents: write
id-token: write