Skip to content

Commit 90777fb

Browse files
author
agent-relay-bot[bot]
committed
chore: apply pr-reviewer fixes for #1
1 parent df7a14e commit 90777fb

2 files changed

Lines changed: 1631 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
name: build-output
8181
path: |
8282
package.json
83+
package-lock.json
8384
dist/
8485
retention-days: 1
8586

@@ -130,7 +131,7 @@ jobs:
130131
run: |
131132
git config user.name "GitHub Actions"
132133
git config user.email "actions@github.com"
133-
git add package.json
134+
git add package.json package-lock.json
134135
git diff --staged --quiet || git commit -m "chore(release): v${NEW_VERSION}"
135136
git push
136137
git tag -a "v${NEW_VERSION}" -m "Release v${NEW_VERSION}"

0 commit comments

Comments
 (0)