diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4c8b67..5cc82f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,7 @@ name: Main on: + workflow_dispatch: push: branches: - main @@ -13,10 +14,10 @@ jobs: uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '14' + node-version: "14" - name: Install dependencies run: yarn install --frozen-lockfile - name: Build run: yarn run dist env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}