diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d77ddf2..628953f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Release on: push: branches: - - v1.x + - 1.x jobs: release: @@ -15,7 +15,7 @@ jobs: node-version: "12.x" - run: npm ci - run: npm run build - - run: npx semantic-release --debug + - run: npx semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}