Skip to content

fix: fix broken docs links #7

fix: fix broken docs links

fix: fix broken docs links #7

Workflow file for this run

name: Release Storybook Addon
on: [push]
jobs:
release:
runs-on: ubuntu-latest
if:
'!contains(github.event.head_commit.message, "ci skip") &&

Check failure on line 9 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / Release Storybook Addon

Invalid workflow file

The workflow is not valid. .github/workflows/release.yaml (Line: 9, Col: 7): Unexpected symbol: '"ci'. Located at position 45 within expression: !contains(github.event.head_commit.message, "ci skip") && !contains(github.event.head_commit.message, "skip ci")
!contains(github.event.head_commit.message, "skip ci")'
# TODO: Check labels?
steps:
- uses: actions/checkout@v4
- name: Prepare repository
run: git fetch --unshallow --tags
- uses: actions/setup-node@v4
with:
cache: npm
node-version-file: .nvmrc
- name: Install Dependencies
run: npm install --ignore-scripts
- name: Create Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm run release