Skip to content

Commit

Permalink
fix: add 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 d02b397 commit f742ef3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions publish-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ 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 f742ef3

Please sign in to comment.