From c8f5a54f6ee7f2127f3df063f36a0242faee4cb7 Mon Sep 17 00:00:00 2001 From: James Henry Date: Fri, 25 Jun 2021 17:39:34 +0400 Subject: [PATCH] chore: tweaks to publishing --- .github/workflows/publish.yml | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e06f59f..48f7bbf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,6 +10,6 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: jameshenry/publish-action@v0.2 + - uses: jameshenry/publish-shell-action@v0.3 with: github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/package.json b/package.json index 7605ab5..67c27ca 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "private": true, - "version": "1.0.0", - "description": "This package.json is here purely to control the version of the Action, in combination with https://github.com/tgymnich/publish-github-action" + "version": "1.0.1", + "description": "This package.json is here purely to control the version of the Action, in combination with https://github.com/JamesHenry/publish-shell-action" }