From 09ee913b412123b042fd29d30f512ada995455e3 Mon Sep 17 00:00:00 2001 From: Alejandro Hernandez Date: Fri, 17 Feb 2023 15:42:19 -0500 Subject: [PATCH] Fix publish command --- .changeset/config.json | 2 +- .github/workflows/{publish.yaml => release.yaml} | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename .github/workflows/{publish.yaml => release.yaml} (88%) diff --git a/.changeset/config.json b/.changeset/config.json index 6d2119a45..cee6df899 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -4,7 +4,7 @@ "commit": false, "fixed": [], "linked": [], - "access": "restricted", + "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", "ignore": [] diff --git a/.github/workflows/publish.yaml b/.github/workflows/release.yaml similarity index 88% rename from .github/workflows/publish.yaml rename to .github/workflows/release.yaml index 9f6e8572b..d2f3ba73f 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/release.yaml @@ -1,4 +1,4 @@ -name: Release +name: Release or Create Release PR on: push: @@ -6,7 +6,7 @@ on: - main jobs: - release: + release-or-create-pr: # Only one publish job should run at a time # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency concurrency: publish @@ -24,7 +24,7 @@ jobs: - name: Install dependencies run: yarn install --immutable - - name: Create Release Pull Request + - name: Release or Create Release PR uses: changesets/action@v1 with: version: yarn version