From 6f7dc31b90d607ba9a18ac225c9dbb282fc7e1c6 Mon Sep 17 00:00:00 2001 From: Emma Date: Wed, 15 May 2024 01:03:21 -0400 Subject: [PATCH] Rename actions to be clearer (#61) --- .github/workflows/release-and-publish.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-and-publish.yml b/.github/workflows/release-and-publish.yml index 6dcf441..6bf6509 100644 --- a/.github/workflows/release-and-publish.yml +++ b/.github/workflows/release-and-publish.yml @@ -1,4 +1,4 @@ -name: Setup Release +name: Release and Publish on: workflow_dispatch: inputs: diff --git a/README.md b/README.md index 9281c94..623fb5e 100644 --- a/README.md +++ b/README.md @@ -459,4 +459,4 @@ Both test suites are run when using `npm run test` ### Releasing -Release new versions to both npm and github using the [Setup Release](https://github.com/EmandM/ts-mock-imports/actions/workflows/update-version.yml) action. +Release new versions to both npm and github using the [Setup Release](https://github.com/EmandM/ts-mock-imports/actions/workflows/release-and-publish.yml) action.