diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d624102..4423c0a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,9 +39,9 @@ jobs: steps: - uses: actions/checkout@v3 - id: package-version - uses: martinbeentjes/npm-get-version-action@latest + uses: martinbeentjes/npm-get-version-action@main - uses: marvinpinto/action-automatic-releases@latest with: repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: "v${{ steps.package-version.outputs.current-version}}" - prerelease: false \ No newline at end of file + prerelease: false