diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 38e599c..ba51f96 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: - name: Install packages ⚙️ run: npm ci - name: Publish package 🚀 - run: npm run semantic-release + run: npx semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}