Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Merge pull request #104 from saiichihashimoto/dependabot/npm_and_yarn… #75

Merge pull request #104 from saiichihashimoto/dependabot/npm_and_yarn…

Merge pull request #104 from saiichihashimoto/dependabot/npm_and_yarn… #75

Workflow file for this run

# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
name: "Release"
on:
push:
branches:
- main
permissions:
contents: read
concurrency: release
jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
issues: write
pull-requests: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
- uses: actions/setup-node@v4.0.2
with:
node-version-file: "package.json"
cache: "npm"
- run: npm ci
- run: npm run build
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release