From c331e461afb56bfc633dbef30fbe39528abe29da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hil=C3=A9o=20Andersson?= Date: Tue, 30 Mar 2021 12:45:42 -0300 Subject: [PATCH] chore(version) release v1.0.1 (#3) --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index efa59a8..7056bb5 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Create a workflow .yml file in your .github/workflows directory. An example work ```yaml - name: Get milestone data - uses: Beakyn/gha-get-milestone-data@main + uses: Beakyn/gha-get-milestone-data@v1.0.1 id: milestone-data env: GITHUB_TOKEN: ${{ github.token }} diff --git a/package.json b/package.json index ea48d1b..bde7006 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gha-get-milestone-data", - "version": "1.0.0", + "version": "1.0.1", "description": "", "main": "index.js", "scripts": { @@ -13,4 +13,4 @@ "keywords": [], "author": "", "license": "ISC" -} +} \ No newline at end of file