Browse Source

maybe????

Sven 1 year ago
parent
commit
0f0d6a3028
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/publish.yml

+ 2 - 2
.github/workflows/publish.yml

@@ -20,11 +20,11 @@ jobs:
           node-version: ${{ matrix.node-version }}
       - name: Install dependencies
         run: npm ci
+      - name: Build package
+        run: npm run build
       - name: Create Release PR using Changesets
         uses: changesets/action@v1
         id: changesets
-        with:
-          publish: npm run build
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
           NPM_TOKEN: ${{ secrets.NPM_TOKEN }}