Skip to content

Commit

Permalink
Rename actions to be clearer (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmandM authored May 15, 2024
1 parent eb9e065 commit 6f7dc31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-and-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Setup Release
name: Release and Publish
on:
workflow_dispatch:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 6f7dc31

Please sign in to comment.