From fb7bc6c058b9d8d112eafe1f781f97d78a2df70e Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 9 Jun 2024 18:35:53 -0700 Subject: [PATCH] see dir contents --- .github/workflows/develop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index 9027d30e..4bda2e72 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -44,6 +44,9 @@ jobs: - name: Install dependencies run: npm install + - name: Check Git status + run: git status + - name: Bump version id: bump_version run: |