From 414c6b911b047ee1f458af32fc1fec93c583e4a9 Mon Sep 17 00:00:00 2001 From: cycjimmy Date: Fri, 18 Oct 2019 10:30:32 +0800 Subject: [PATCH] docs(README.md): recommend to use a exact version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index afd7a87..203e4c9 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A simple example ```yaml steps: - name: Semantic Release - uses: cycjimmy/semantic-release-action@v1 + uses: cycjimmy/semantic-release-action@v1.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} @@ -29,7 +29,7 @@ An advanced example ```yaml steps: - name: Semantic Release - uses: cycjimmy/semantic-release-action@v1 + uses: cycjimmy/semantic-release-action@v1.1.0 id: semantic # Need an `id` for output variables with: branch: master