From b092d49bf8f9437fb7779479903041d6c0178200 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Wed, 26 Jun 2024 22:39:30 -0400 Subject: [PATCH] chore(ci): return of the CI --- .github/workflows/docs.yaml | 7 ++++--- .github/workflows/release.yaml | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index f3f52dd..97c285c 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -1,9 +1,10 @@ name: Generate docs on: - push: - branches: - - main + workflow_dispatch: + # push: + # branches: + # - main jobs: release: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b3c9edf..10e45d6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -4,7 +4,7 @@ on: pull_request: push: branches: - - main + - v4-dev jobs: release: @@ -29,5 +29,5 @@ jobs: if: github.event_name != 'pull_request' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN_DECKY_ORG }} run: pnpm exec semantic-release