diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c25618397..2337e64e9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,7 +74,7 @@ jobs: - name: Create Release id: create_release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: name: "${{ steps.get-date.outputs.date }}" tag_name: "${{ steps.get-date.outputs.date }}"