From 091f37ab75a8020f064123aacbc2c375785279af Mon Sep 17 00:00:00 2001 From: Nick Niemeir Date: Fri, 6 Sep 2019 11:26:57 -0700 Subject: [PATCH] doc: update README to link to v2 YAML file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8e49d8..3516a59 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ GitHub Action for automated npm publishing. This Action publishes a package to npm. It is meant to be used on every successful merge to master but -you'll need to configured that workflow yourself. You can look to the `.github/main.workflow` file in this -project as an example. +you'll need to configured that workflow yourself. You can look to the +[`.github/workflows/push.yml`](./.github/workflows/push.yml) file in this project as an example. ### Workflow