Skip to content

chore: semantic release 설정 #1

chore: semantic release 설정

chore: semantic release 설정 #1

Workflow file for this run

name: Semantic-Release
on:
push:
branches: ['manster']
jobs:
release:

Check failure on line 8 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
name: Release
runs-on: ubuntu-latest
permissions:
contents: write # to be able to publish a GitHub release
issues: write # to be able to comment on released issues
pull-requests: write # to be able to comment on released pull requests
id-token: write # to enable use of OIDC for npm provenance
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set Node.js Env
- uses: actions/setup-node@v3
with:
node-version: "lts/*"
cache: 'yarn'
- name: Install Dependencies
- run: yarn install --frozen-lockfile
- uses: nrwl/nx-set-shas@v4
- name: Running Semantic-Release
run : npx semantic-release