Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat(i18n): support custom remote function#201

feat(i18n): support custom remote function

feat(i18n): support custom remote function #201

Workflow file for this run

name:Changesets
on:
push:
branches:
-main
paths:
-'.changeset/**'
-'.github/workflows/changesets.yaml'
workflow_dispatch:
env:
CI:true
jobs:
Version:
if:github.repository == 'sveltevietnam/sveltevietnam.dev'# prevents this action from running on forks
permissions:
contents:write# to create release (changesets/action)
id-token:write# OpenID Connect token needed for provenance
pull-requests:write# to create pull request (changesets/action)
timeout-minutes:5
runs-on:ubuntu-latest
steps:
-name:Checkout repository
uses:actions/checkout@v5
with:
fetch-depth:0
-name:Setup pnpm
uses:pnpm/action-setup@v4
-name:Setup node
uses:actions/setup-node@v6
with:
node-version:22
cache:pnpm
-name:Install dependencies
run:pnpm install --ignore-scripts --no-frozen-lockfile
-name:Create release PR or Publish to npm
uses:changesets/action@v1
with:
version:pnpm ci:version
publish:pnpm ci:publish
commit:'chore(release): changesets versioning & publication'
title:'Changesets: Versioning & Publication'
createGithubReleases:true
env:
GITHUB_TOKEN:${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN:${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE:true

[8]ページ先頭

©2009-2025 Movatter.jp