Skip to content

Commit

Permalink
patch registry version in deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
wassfila committed May 18, 2024
1 parent d21d780 commit 7100956
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
steps:
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Use registry version
run: sed -i 's|"file:packages/content-structure"|"^1.1.8"|' package.json
- name: Install, build, and upload your site
uses: withastro/action@v2
with:
Expand Down

0 comments on commit 7100956

Please sign in to comment.