diff --git a/.github/workflows/publish-hotfix.yml b/.github/workflows/publish-hotfix.yml index 5e1832d4cc..712acd2cd5 100644 --- a/.github/workflows/publish-hotfix.yml +++ b/.github/workflows/publish-hotfix.yml @@ -90,7 +90,7 @@ jobs: - name: Build packages run: yarn build - name: Publish to @latest - uses: changesets/action@f2660aa7e78365f53dbeb4cfa774c1499ec6483a + uses: changesets/action@04d574e831923498156e0b2b93152878063203a3 # v1.5.3 with: publish: yarn publish:latest env: diff --git a/.github/workflows/publish-latest.yml b/.github/workflows/publish-latest.yml index 57da513717..0981599c73 100644 --- a/.github/workflows/publish-latest.yml +++ b/.github/workflows/publish-latest.yml @@ -85,7 +85,7 @@ jobs: - name: Build packages run: yarn build - name: Publish to @latest - uses: changesets/action@f2660aa7e78365f53dbeb4cfa774c1499ec6483a + uses: changesets/action@04d574e831923498156e0b2b93152878063203a3 # v1.5.3 with: publish: yarn publish:latest env: diff --git a/.github/workflows/version-packages.yml b/.github/workflows/version-packages.yml index 9802561416..8ab1f8459e 100644 --- a/.github/workflows/version-packages.yml +++ b/.github/workflows/version-packages.yml @@ -39,11 +39,11 @@ jobs: run: yarn --frozen-lockfile - name: Create or update Version Packages PR if: ${{ steps.has-changesets.outputs.has-changesets == 'true' }} - uses: changesets/action@f2660aa7e78365f53dbeb4cfa774c1499ec6483a + uses: changesets/action@04d574e831923498156e0b2b93152878063203a3 # v1.5.3 with: version: yarn bumpVersions # Use the current branch as the base for the PR - base: ${{ github.ref_name }} + branch: ${{ github.ref_name }} # Custom title based on branch title: 'Version Packages (${{ github.ref_name }})' env: