Skip to content

Commit cdbd7a6

Browse files
committed
chore: Update GitHub Actions workflow to include version-file in releases.yml
1 parent a72b75c commit cdbd7a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/releases.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
uses: TriPSs/[email protected]
1717
with:
1818
github-token: ${{ secrets.PA_TOKEN }}
19-
version-file: './releases.json'
19+
# version-file: './releases.json'
20+
version-file: './package.json,./package-lock.json'
2021

2122
- name: create release
2223
uses: actions/create-release@v1

0 commit comments

Comments
 (0)