diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 16450e71..143d0247 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: run: npm run release -- --platform=${{ matrix.platform }} - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: files: release/${{ matrix.platform }}.google-workspace-extension.tar.gz \ No newline at end of file