From 0baca2721df6e7aa1391bcf9822859d878722ca0 Mon Sep 17 00:00:00 2001 From: etowahadams Date: Thu, 22 Feb 2024 18:52:54 -0500 Subject: [PATCH] fix: ci --- .github/workflows/update-snapshots.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-snapshots.yml b/.github/workflows/update-snapshots.yml index 969b3634..f0f0fe87 100644 --- a/.github/workflows/update-snapshots.yml +++ b/.github/workflows/update-snapshots.yml @@ -11,4 +11,5 @@ jobs: with: token: ${{ secrets.PAT }} commands: | - echo "hello world" \ No newline at end of file + deploy + - run: echo "hello there" \ No newline at end of file