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