diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 58e53d7..35447d6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -83,7 +83,7 @@ jobs: - name: 'Push tag' run: 'git push origin ${{ env.VERSION }}' - name: Create a Release - uses: ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # v1 + uses: ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # v1.21.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: