Skip to content

Commit

Permalink
fix: remove useless step to fetch and pull latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sbsrnt committed Oct 6, 2024
1 parent f742ef3 commit 83591a7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions publish-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83591a7

Please sign in to comment.