diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3fabd05..1706b34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,9 +43,14 @@ jobs: - name: Type Check run: npm run type-check + - name: Update npm + run: npm install -g npm@latest + - name: Publish id: publish uses: JS-DevTools/npm-publish@v4 + with: + provenance: true - name: Send Slack notification for Success if: success()