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