From 150d0509de2361ff2e122d714ced3ffb17f2b051 Mon Sep 17 00:00:00 2001 From: cycjimmy Date: Sat, 19 Oct 2019 06:51:02 +0800 Subject: [PATCH] docs(README): recommend to use major version(#1) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c25f3ff..cf75479 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ A simple example ```yaml steps: - name: Semantic Release - uses: cycjimmy/semantic-release-action@v1.2.0 + uses: cycjimmy/semantic-release-action@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} @@ -37,7 +37,7 @@ An advanced example ```yaml steps: - name: Semantic Release - uses: cycjimmy/semantic-release-action@v1.2.0 + uses: cycjimmy/semantic-release-action@v1 id: semantic # Need an `id` for output variables with: branch: master