diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 465755f..8febe2c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,9 +63,8 @@ jobs: - name: Create release pull request or publish to npm id: changesets # Uses SHA for security hardening - # Currently pointing at a commit for the v1.4.1 tag # Please keep this up-to-date if you're changing the SHA below - uses: changesets/action@f13b1baaa620fde937751f5d2c3572b9da32af23 + uses: changesets/action@aba318e9165b45b7948c60273e0b72fce0a64eb9 with: title: ${{ inputs.title }} # This expects you to have a script called release which does a build for your packages and calls changeset publish diff --git a/.github/workflows/release_with_app.yml b/.github/workflows/release_with_app.yml index ef4c250..69f9b67 100644 --- a/.github/workflows/release_with_app.yml +++ b/.github/workflows/release_with_app.yml @@ -81,9 +81,8 @@ jobs: - name: Create release pull request or publish to npm id: changesets # Uses SHA for security hardening - # Currently pointing at a commit for the v1.4.1 tag # Please keep this up-to-date if you're changing the SHA below - uses: changesets/action@f13b1baaa620fde937751f5d2c3572b9da32af23 + uses: changesets/action@aba318e9165b45b7948c60273e0b72fce0a64eb9 with: title: ${{ inputs.title }} # This expects you to have a script called release which does a build for your packages and calls changeset publish