Skip to content

Release 3.0.0-alpha.4 #10

Release 3.0.0-alpha.4

Release 3.0.0-alpha.4 #10

Workflow file for this run

name: CI Publish
on:
push:
tags:
- '*'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: pnpm
- name: Install Dependencies
run: pnpm install
- name: Lint
run: pnpm run lint
working-directory: packages/ember-cli-mirage
- name: Run Tests
run: pnpm run test:ember
working-directory: packages/ember-cli-mirage
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
tag: next
working-directory: packages/ember-cli-mirage

Check failure on line 38 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / CI Publish

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yml (Line: 38, Col: 9): Unexpected value 'working-directory'