We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae901de + ffda0f7 commit 59f076aCopy full SHA for 59f076a
.github/workflows/release.yml
@@ -34,12 +34,10 @@ jobs:
34
changed=$(pnpm changeset status | grep -q lasereyes && echo "true" || echo "false")
35
echo "changed=$changed" >> $GITHUB_ENV
36
37
- # Add Changeset if lasereyes package changed
38
- name: Add Changeset if lasereyes package changed
39
if: env.changed == 'true'
40
run: |
41
pnpm changeset add --empty --force --message "chore: auto-bump lasereyes version"
42
- pnpm changeset /home/runner/work/lasereyes-mono/lasereyes-mono changeset "add" "--empty" "--force" "--message" "auto-bump lasereyes version"
43
44
- name: Fetch all branches
45
run: git fetch --all
0 commit comments