From 6977c2d913c1fe17424aad3b9b50e2f8cebb8404 Mon Sep 17 00:00:00 2001 From: Prashant Raj Date: Fri, 23 Aug 2024 16:46:57 +0530 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f08bd160f..cd7f08a03 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -79,10 +79,10 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # - name: Create snapshot - # if: github.event_name == 'push' - # uses: WarpBuilds/snapshot-save@feat/snp-rnr-action - # with: - # warpbuild-base-url: "https://api.dev.warpbuild.dev/api/v1" - # wait-timeout-minutes: 30 - # alias: "wb-pocketbase-snp-1" + - name: Create snapshot + if: github.event_name == 'push' + uses: WarpBuilds/snapshot-save@feat/snp-rnr-action + with: + warpbuild-base-url: "https://api.dev.warpbuild.dev/api/v1" + wait-timeout-minutes: 30 + alias: "wb-pocketbase-snp-2"