diff --git a/.github/workflows/changeset-release.yml b/.github/workflows/changeset-release.yml index e2135515f7..1590836756 100644 --- a/.github/workflows/changeset-release.yml +++ b/.github/workflows/changeset-release.yml @@ -1,6 +1,7 @@ name: Changeset Release on: + workflow_dispatch: push: branches: - main @@ -44,7 +45,7 @@ jobs: - name: Create Release Pull Request or Publish to npm id: changesets - uses: matthiesenxyz/changeset@v1 + uses: changesets/action@v1 with: commit: "👷 [ci]: Version Packages" title: "👷 [ci]: Ready for Release" @@ -59,4 +60,4 @@ jobs: run: gh pr edit "$PR_URL" --add-label "ci" env: PR_URL: ${{ steps.changesets.outputs.pull_request_url }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/changeset-snapshot.yml b/.github/workflows/changeset-snapshot.yml index f6a754ad53..b4d673e555 100644 --- a/.github/workflows/changeset-snapshot.yml +++ b/.github/workflows/changeset-snapshot.yml @@ -1,4 +1,4 @@ -name: Changeset Release and Snapshot +name: Changeset Snapshot on: workflow_dispatch: