Skip to content

Commit 9237b7c

Browse files
authored
Merge pull request #1 from AgentWorkforce/remove-pullfrog
Remove pullfrog.yml workflow
2 parents 30eb6a7 + 90777fb commit 9237b7c

3 files changed

Lines changed: 1631 additions & 58 deletions

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}"

.github/workflows/pullfrog.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)