Skip to content

no-response-publish

no-response-publish #2

name: no-response-publish
on:
release:
types: [published, edited]
branches:
- main
paths:
- 'gh_actions/third_party/no-response/**'
jobs:
build:
runs-on: ubuntu-latest
if: ${{ github.repository == 'flutter/cocoon' }}
steps:
- name: Checkout
uses: actions/[email protected]
with:
ref: ${{ github.event.release.tag_name }}
- name: npm_ci
working-directory: ./gh_actions/third_party/no-response
run: npm ci
- name: npm_run_build
working-directory: ./gh_actions/third_party/no-response
run: npm run build
- uses: JasonEtco/build-and-tag-action@v2
env:
GITHUB_TOKEN: ${{ github.token }}
working-directory: ./gh_actions/third_party/no-response

Check failure on line 29 in .github/workflows/no-response_publish.yaml

View workflow run for this annotation

GitHub Actions / no-response-publish

Invalid workflow file

The workflow is not valid. .github/workflows/no-response_publish.yaml (Line: 29, Col: 9): Unexpected value 'working-directory'