From e845d43a7a3ff4ca61e17e81e3f4184b4eac443a Mon Sep 17 00:00:00 2001 From: hzrd149 Date: Wed, 22 Jan 2025 10:47:15 -0600 Subject: [PATCH] small fix --- .github/workflows/publish-next.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-next.yml b/.github/workflows/publish-next.yml index 994b3a1..a30702e 100644 --- a/.github/workflows/publish-next.yml +++ b/.github/workflows/publish-next.yml @@ -11,6 +11,7 @@ jobs: release: name: Release next runs-on: ubuntu-latest + steps: - name: Checkout Repo uses: actions/checkout@v4 @@ -29,6 +30,5 @@ jobs: - name: Publish next version run: pnpm changeset version --snapshot next && pnpm changeset publish --tag next env: - HOME: ${{ github.workspace }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}