chore: package build
This commit is contained in:
		
							
								
								
									
										5
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							@@ -48151,8 +48151,8 @@ async function run() {
 | 
				
			|||||||
    const name = core.getInput("name")
 | 
					    const name = core.getInput("name")
 | 
				
			||||||
    const body = getReleaseBody(core.getInput("body"), core.getInput("body_path"))
 | 
					    const body = getReleaseBody(core.getInput("body"), core.getInput("body_path"))
 | 
				
			||||||
    const tag_name = core.getInput("tag_name")
 | 
					    const tag_name = core.getInput("tag_name")
 | 
				
			||||||
    const draft = Boolean(core.getInput("draft"))
 | 
					    const draft = core.getInput("draft") === 'true'
 | 
				
			||||||
    const prerelease = Boolean(core.getInput("prerelease"))
 | 
					    const prerelease = core.getInput("prerelease") === 'true'
 | 
				
			||||||
    const files = core.getInput("files")
 | 
					    const files = core.getInput("files")
 | 
				
			||||||
    const repository = core.getInput("repository")
 | 
					    const repository = core.getInput("repository")
 | 
				
			||||||
    const token = core.getInput("token")
 | 
					    const token = core.getInput("token")
 | 
				
			||||||
@@ -48265,6 +48265,7 @@ function paths(patterns) {
 | 
				
			|||||||
 * @param {String} repo 
 | 
					 * @param {String} repo 
 | 
				
			||||||
 * @param {Number} release_id 
 | 
					 * @param {Number} release_id 
 | 
				
			||||||
 * @param {Array<String>} all_files 
 | 
					 * @param {Array<String>} all_files 
 | 
				
			||||||
 | 
					 * @param {Map<String, Any>} additional parameters
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
async function uploadFiles(client, owner, repo, release_id, all_files, params) {
 | 
					async function uploadFiles(client, owner, repo, release_id, all_files, params) {
 | 
				
			||||||
  params = params || {};
 | 
					  params = params || {};
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user