diff --git a/.github/workflows/build-tauri.yml b/.github/workflows/build-tauri.yml index 0b1403a6d..45eec211d 100644 --- a/.github/workflows/build-tauri.yml +++ b/.github/workflows/build-tauri.yml @@ -255,7 +255,7 @@ jobs: prefix: "v" - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v3 with: draft: true files: dist/*/activitywatch-*.* diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9ea69ceb8..cf9fbae3f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -284,7 +284,7 @@ jobs: # create a release - name: Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: draft: true files: dist/*/activitywatch-*.*