From 20231e3de6d752b4b338ba8a1ca800c1a068b4ed Mon Sep 17 00:00:00 2001 From: amirlandau <104152977+amirlandau@users.noreply.github.com> Date: Sun, 19 May 2024 18:59:01 +0300 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1e8beb5..4fab50d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,10 +12,7 @@ jobs: steps: - name: 📚 checkout uses: actions/checkout@v2 - - - name: Pull latest changes - run: git pull origin main - + - name: 🟢 node uses: actions/setup-node@v2 with: