File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# This file is @generated by <https://github.com/liblaf/copier-release>.
22# DO NOT EDIT!
33# prettier-ignore
4- _commit : v0.1.3
4+ _commit : v0.1.4
55_src_path : gh:liblaf/copier-release
66release_type : simple
Original file line number Diff line number Diff line change 4343 token : ${{ steps.auth.outputs.token }}
4444 - if : success() || failure()
4545 name : Upload Reports
46- uses : actions/upload-artifact@v6
46+ uses : actions/upload-artifact@v5
4747 with :
4848 name : mega-linter-reports
4949 path : |-
Original file line number Diff line number Diff line change 7272 ref : ${{ fromJson(needs.release-please.outputs.pr).headBranchName }}
7373 token : ${{ steps.auth.outputs.token }}
7474 fetch-depth : 0
75+ - name : Prettier Manifest
76+ run : npx prettier --write --no-config '.config/release-please/.manifest.json'
7577 - id : tag
7678 name : Get Tag
7779 run : |-
9496 - name: Commit
9597 uses: liblaf/actions/commit@v1
9698 with:
97- add-options: --verbose 'CHANGELOG.md'
99+ add-options: --verbose '.config/release-please/.manifest.json' ' CHANGELOG.md'
98100 force: true
99101 message: ${{ steps.message.outputs.message }}
100102 ref: ${{ fromJson(needs.release-please.outputs.pr).headBranchName }}
You can’t perform that action at this time.
0 commit comments