Skip to content

Commit

Permalink
👷 github: update lockfile after versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Dec 5, 2024
1 parent acf0a0e commit 1145df3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/version.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

pnpm changeset version
pnpm install --lockfile-only
git commit --all --amend --no-edit
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ jobs:
with:
title: 🔖 new release
publish: pnpm changeset publish
version: ./.changeset/version.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1145df3

Please sign in to comment.