File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ jobs:
160
160
GH_TOKEN : ${{ github.token }}
161
161
run : |
162
162
files=$(ls dist/cpp-linter*)
163
- gh release upload ${{ github.ref_name }} $files
163
+ gh release upload " ${{ github.ref_name }}" $files
164
164
- run : cargo publish -p cpp-linter
165
165
env :
166
166
CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
Original file line number Diff line number Diff line change 1
1
name : Bump-n-Release
2
2
3
+ # NOTE: The change log is only updated in the remote upon release (in `bump-release` job)
4
+
3
5
on :
4
6
push :
5
7
branches :
58
60
OUTPUT : ${{ runner.temp }}/changes.md
59
61
GITHUB_REPO : ${{ github.repository }}
60
62
GITHUB_TOKEN : ${{ secrets.BUMP_N_RELEASE }}
61
- - run : cat ${{ runner.temp }}/changes.md >> $GITHUB_STEP_SUMMARY
62
- # NOTE: The change log is updated upon release in `bump-release` job above
63
+ - run : cat "${{ runner.temp }}/changes.md" >> "$GITHUB_STEP_SUMMARY"
Original file line number Diff line number Diff line change @@ -234,4 +234,4 @@ jobs:
234
234
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
235
235
# run:
236
236
# files=$(ls ./npm/**cpp-linter.*.node)
237
- # gh release upload ${{ github.ref_name }} $files
237
+ # gh release upload " ${{ github.ref_name }}" $files
Original file line number Diff line number Diff line change @@ -192,4 +192,4 @@ jobs:
192
192
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
193
193
# run:
194
194
# files=$(ls ./dist/cpp-linter*.{whl,atr.gz})
195
- # gh release upload ${{ github.ref_name }} $files
195
+ # gh release upload " ${{ github.ref_name }}" $files
You can’t perform that action at this time.
0 commit comments