Skip to content

Commit

Permalink
snapshot runner
Browse files Browse the repository at this point in the history
  • Loading branch information
PrashantRaj18198 authored Aug 20, 2024
1 parent 5d152c9 commit cde1dd4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,11 @@ jobs:
args: release --clean
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-0"

0 comments on commit cde1dd4

Please sign in to comment.