From 5689169ce48279584d0a0297328e4325e1bfd1ec Mon Sep 17 00:00:00 2001 From: Saad Jutt Date: Sun, 1 May 2022 02:10:17 +0500 Subject: [PATCH] chore: syntax fix for workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c9b599f..5a28fb4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - - uses: actions/checkout@v2 + uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2