Skip to content

Commit

Permalink
ci: update publish
Browse files Browse the repository at this point in the history
  • Loading branch information
crashmax-dev committed Feb 10, 2023
1 parent c655347 commit 34d4d83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
version:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@master
- name: Checkout submodules
uses: textbook/git-checkout-submodule-action@master
- uses: actions/checkout@v3
with:
token: ${{ secrets.CI_TOKEN }}
submodules: true
- uses: pnpm/action-setup@v2
with:
version: 7
Expand Down

0 comments on commit 34d4d83

Please sign in to comment.