From fd2123535d42c6b9d6c1918920bf7c3c62df37cf Mon Sep 17 00:00:00 2001 From: Daniel Chesterton Date: Thu, 30 Dec 2021 16:21:35 +0000 Subject: [PATCH] Switch action for bump-version --- .github/workflows/publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 85c7a2e..429a6c7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,11 +14,10 @@ jobs: - name: Checkout code uses: actions/checkout@v2.4.0 - name: Bump version - uses: chamini2/bump-version@js + uses: remorses/bump-version@js id: version with: version_file: ./VERSION - github_token: ${{ secrets.GITHUB_TOKEN }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Checkout code