Skip to content

Commit 1220bd5

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

File tree

2 files changed

+1
-31
lines changed

2 files changed

+1
-31
lines changed

.github/workflows/publish.yml

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

.github/workflows/releases.yml

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

2221
- name: create release
2322
uses: actions/create-release@v1

0 commit comments

Comments
 (0)