From 039a982dba3e1a7a7bc166923ea6def001bb194a Mon Sep 17 00:00:00 2001 From: Steve Worley Date: Thu, 14 Sep 2023 09:34:36 +1000 Subject: [PATCH] Update workflow names. --- .github/workflows/compile.yml | 5 +++-- .github/workflows/test.yml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 478694e..5aaf62e 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -1,9 +1,9 @@ -name: Compile +name: Publish on: workflow_dispatch: workflow_run: workflows: - - Test and lint + - Test types: - completed @@ -31,3 +31,4 @@ jobs: run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e4d11e5..a545d7d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: Test and lint +name: Test on: push env: NODE_ENV: development