diff --git a/.github/workflows/release-production.yml b/.github/workflows/release-production.yml index 8ea6b5a5af..d3aa1ea984 100644 --- a/.github/workflows/release-production.yml +++ b/.github/workflows/release-production.yml @@ -21,7 +21,7 @@ jobs: target: "./" version: ${{ inputs.version && format('tags/{0}', inputs.version) || 'latest' }} - - uses: cardinalby/git-get-release-action@v1 + - uses: cardinalby/git-get-release-action@1.2.5 id: release-info env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}