diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 715a7b3..940541f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,9 +76,9 @@ jobs: token: ${{ secrets.ACTIONS_KEY }} - name: Prepare - uses: ./.github/actions/prepare + uses: ./src/.github/actions/prepare - name: Publish docs - uses: ./node_modules/@nanoforge-dev/actions/actions/synchronize-docs + uses: ./src/node_modules/@nanoforge-dev/actions/actions/synchronize-docs with: category: cli