diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8f51c60..67b788d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,12 +11,13 @@ jobs: - uses: actions/checkout@v2 with: token: ${{ secrets.GITHUB_TOKEN }} - + - uses: fregante/setup-git-user@v1 - name: build - run: npm ci - run: npm run release + run: | + npm ci + npm run release - name: Create github Release uses: actions/create-release@v1