From 83b9b3ac65b0f3630ca34b8b2e3e9cd65406bd01 Mon Sep 17 00:00:00 2001 From: Andy Kenward <4893048+andykenward@users.noreply.github.com> Date: Sun, 11 Feb 2024 13:08:10 +0000 Subject: [PATCH] ci: release use git version --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b6c9bf1..78dbfcb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,14 +16,14 @@ jobs: if: ${{ github.repository == 'unlike-ltd/github-actions' }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Setup Node.js Pnpm & install dependencies uses: ./setup-pnpm with: node-version: 20.x - name: Create Release Pull Request id: changesets - uses: changesets/action@v1.4.5 + uses: changesets/action@f13b1baaa620fde937751f5d2c3572b9da32af23 with: publish: pnpm release env: