Skip to content

Merge pull request #13 from zhavir/implement-personal-portfolio #8

Merge pull request #13 from zhavir/implement-personal-portfolio

Merge pull request #13 from zhavir/implement-personal-portfolio #8

Workflow file for this run

name: Semantic release

Check failure on line 1 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: permissions
on:
push:
branches:
- main
jobs:
permissions:
contents: write
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 21
- name: Install dependencies
run: npm install
- name: Check indentation
run: npm run prettier-check
- name: Build app
run: npm run build
- name: Semantic release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: npx semantic-release