diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5304db7..8c0babe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: nearform/optic-release-automation-action@v2 + - uses: nearform/optic-release-automation-action@v3 with: github-token: ${{ secrets.github_token }} npm-token: ${{ secrets[format('NPM_TOKEN_{0}', github.actor)] || secrets.NPM_TOKEN }}