Skip to content

Commit

Permalink
ci: release use git version
Browse files Browse the repository at this point in the history
  • Loading branch information
andykenward committed Feb 11, 2024
1 parent a40df46 commit 83b9b3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 83b9b3a

Please sign in to comment.