diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 7f52c05..3108729 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -503,7 +503,7 @@ jobs: - name: Create GitHub Release if: success() - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v3 with: tag_name: v${{ github.run_number }} name: Release v${{ github.run_number }}