From de386357f8aa5f661c37e3c5829ce9fb3e69d0cf Mon Sep 17 00:00:00 2001
From: venetak <veneta.kochovska93@gmail.com>
Date: Tue, 20 Feb 2024 09:56:34 +0200
Subject: [PATCH] Remove Chrome setup from checkout step

---
 .github/workflows/publish.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index aa1a6411b9c..45a40cedd9f 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -1,4 +1,4 @@
-# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
+# This workflow will check if package cohtml react-scripts and cra-template-cohtml and publishe them to npm if their versions were updated
 # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
 
 name: Publish
@@ -17,9 +17,8 @@ jobs:
         # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
 
     steps:
-      - name: Setup Chrome
-        uses: browser-actions/setup-chrome@v0.0.0
-      - uses: actions/checkout@v2
+      - name: Checkout
+        uses: actions/checkout@v2
         with:
           fetch-depth: 0
       - name: Use Node.js ${{ matrix.node-version }}