diff options
| author | Dhravya Shah <[email protected]> | 2025-01-20 17:49:19 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2025-01-20 17:50:45 -0700 |
| commit | 47904011de646b92b1f3774f9a30bcfa118c5dc4 (patch) | |
| tree | ab0e5e79c4ad5465ceeedc9b4015be2d9d01be45 /.github/workflows | |
| parent | Merge pull request #295 from supermemoryai/extension/duplicate-save-fix (diff) | |
| download | archived-supermemory-47904011de646b92b1f3774f9a30bcfa118c5dc4.tar.xz archived-supermemory-47904011de646b92b1f3774f9a30bcfa118c5dc4.zip | |
Supermemory v2 Release 🚀
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release.yml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index 73b074dc..00000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: Upload to Web Store -on: - push: - tags: - - "*" -jobs: - build-extension: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: ./.github/actions/buildextension - - upload-extension: - runs-on: ubuntu-latest - needs: build-extension - steps: - - name: Download extension archive - uses: actions/download-artifact@v3 - with: - name: extension-${{ github.sha }} - - - name: Upload to webstore - uses: ExtensionNinja/extension-publish@main - with: - action: upload - extensionID: afpgkkipfdpeaflnpoaffkcankadgjfc - clientID: ${{ secrets.GOOGLE_CLIENT_ID }} - clientSecret: ${{ secrets.GOOGLE_CLIENT_SECRET }} - clientRefreshToken: ${{ secrets.GOOGLE_REFRESH_TOKEN }} - extensionFile: apps/extension/dist/extension-${{ github.sha }}.zip |