File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 4343 custom_version : ${{ inputs.custom_version }}
4444 existing_changelog_path : CHANGELOG.md
4545
46- wait_for_checks :
47- name : Wait for code checks to pass
48- runs-on : ubuntu-latest
49- steps :
50- 51- with :
52- ref : ${{ github.ref }}
53- repo-token : ${{ secrets.GITHUB_TOKEN }}
54- check-name : ' Lint'
55- wait-interval : 5
56-
5746 update_changelog :
58- needs : [ release_metadata, wait_for_checks ]
47+ needs : [ release_metadata ]
5948 name : Update changelog
6049 runs-on : ubuntu-latest
6150 outputs :
Original file line number Diff line number Diff line change 11{
22 "name" : " @apify/actors-mcp-server" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "type" : " module" ,
55 "description" : " Model Context Protocol Server for Apify Actors" ,
66 "engines" : {
You can’t perform that action at this time.
0 commit comments