Skip to content

Commit

Permalink
chore: reclone registry in release-plz job
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed May 11, 2024
1 parent 143ea6e commit 05848a5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ jobs:
key: mise-tools-${{ hashFiles('.mise.toml') }}
restore-keys: mise-tools
- run: mise install
- run: git subtree pull --prefix registry https://github.com/mise-plugins/registry.git main
continue-on-error: true
#- run: git subtree push --prefix registry https://github.com/mise-plugins/registry.git main
- run: |
git clone https://github.com/mise-plugins/registry
rm -rf registry/.git
git add registry
- run: mise run release-plz
env:
GITHUB_TOKEN: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
Expand Down

0 comments on commit 05848a5

Please sign in to comment.