diff --git a/publish-package/action.yml b/publish-package/action.yml index 8855cfc..45583a2 100644 --- a/publish-package/action.yml +++ b/publish-package/action.yml @@ -20,12 +20,6 @@ runs: GH_ACTOR: ${{ inputs.GH_ACTOR }} GH_TOKEN: ${{ inputs.GH_TOKEN }} - - name: Fetch and pull latest changes - shell: bash - run: | - git fetch origin - git pull origin main - - name: Build shell: bash run: npm run build