File tree Expand file tree Collapse file tree 4 files changed +1085
-566
lines changed Expand file tree Collapse file tree 4 files changed +1085
-566
lines changed Original file line number Diff line number Diff line change @@ -83,19 +83,19 @@ jobs:
83
83
name : ${{ needs.build.outputs.artifact_name }}
84
84
path : .
85
85
- name : Find packages
86
- uses : tj-actions/glob@v17
86
+ uses : tj-actions/glob@v21
87
87
id : packages
88
88
with :
89
89
files : ' *.tgz'
90
90
- name : Create package.json
91
- uses : DamianReeves/write-file-action@v1.2
91
+ uses : DamianReeves/write-file-action@v1.3
92
92
with :
93
93
write-mode : overwrite
94
94
path : package.json
95
95
contents : |
96
96
{"type":"module"}
97
97
- name : Create index.js
98
- uses : DamianReeves/write-file-action@v1.2
98
+ uses : DamianReeves/write-file-action@v1.3
99
99
with :
100
100
write-mode : overwrite
101
101
path : index.js
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ jobs:
33
33
mkdir tmp
34
34
outfile=tmp/changelog.txt
35
35
echo "outfile=${outfile}" >> $GITHUB_OUTPUT
36
- npx standard-changelog@^2 .0.0 --release-count 2 --infile $outfile.tmp --outfile $outfile.tmp
36
+ npx standard-changelog@^5 .0.0 --release-count 2 --infile $outfile.tmp --outfile $outfile.tmp
37
37
sed '1,3d' $outfile.tmp > $outfile
38
38
- name : Create GitHub release
39
- uses : softprops/action-gh-release@v1
39
+ uses : softprops/action-gh-release@v2
40
40
with :
41
41
token : ${{ secrets.GH_TOKEN }}
42
42
fail_on_unmatched_files : true
You can’t perform that action at this time.
0 commit comments