Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish-hotfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/version-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading