From a1733dab57a9de1500769ab71a8a61385fbc2054 Mon Sep 17 00:00:00 2001 From: Anthony Bullard <1380687+gamebox@users.noreply.github.com> Date: Tue, 9 Jan 2024 16:28:43 -0600 Subject: [PATCH] maint: i swear it's fixed this time (#22) really. --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 56ee2b8..27a8427 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,6 +7,7 @@ jobs: name: Build vscode extension runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 - name: setup node uses: actions/setup-node@v4 - run: cd vscode-extension