From df78645ae28798533c80bb8b5548276ead9d0d34 Mon Sep 17 00:00:00 2001 From: Charlotte Vermandel Date: Fri, 20 Aug 2021 20:28:34 +0200 Subject: [PATCH] Add yaml tests --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 80b07cd..e5de34d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,8 +32,8 @@ jobs: with: node-version: '14.x' registry-url: 'https://npm.pkg.github.com' - # Defaults to the user or organization that owns the workflow file - scope: '@octocat' + - name: Check release validity + run: sh scripts/check-release.sh - run: npm install - run: npm publish env: