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