File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ jobs:
145145 echo -e "${changelog}"
146146
147147 # You can now use the variable $changelog elsewhere in your script
148- printf '%s ' "${changelog}" > CHANGELOG.md
148+ printf '%b ' "${changelog}" > CHANGELOG.md
149149 - name : Upload new changelog
150150 uses : actions/upload-artifact@v4
151151 with :
@@ -195,6 +195,7 @@ jobs:
195195 uses : actions/checkout@v4
196196 with :
197197 set-safe-directory : ' true'
198+ fetch-tags : ' true'
198199 - name : Trigger workflow
199200 run : gh workflow run publish.yml --ref $( git describe --tags --abbrev=0 )
200201 env :
Original file line number Diff line number Diff line change 11{
22 "name" : " async-wait-until" ,
3- "version" : " 2.0.17 " ,
3+ "version" : " 2.0.18 " ,
44 "description" : " Waits until the given predicate function returns a truthy value, then resolves" ,
55 "main" : " dist/index.js" ,
66 "module" : " ./dist/index.esm.js" ,
You can’t perform that action at this time.
0 commit comments