From 273ca2f537ca9d087a61372cc9c3690fd7b25bde Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Tue, 21 Mar 2023 17:18:03 +0000 Subject: [PATCH] Update action name --- .github/actions/github-release/action.yml | 4 ++-- .github/actions/github-release/package-lock.json | 4 ++-- .github/actions/github-release/package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/github-release/action.yml b/.github/actions/github-release/action.yml index 992fea079f9..36e5209f50c 100644 --- a/.github/actions/github-release/action.yml +++ b/.github/actions/github-release/action.yml @@ -1,6 +1,6 @@ # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -name: 'wasmtime github releases' -description: 'wasmtime github releases' +name: 'rustc_codegen_cranelift github releases' +description: 'rustc_codegen_cranelift github releases' inputs: token: description: '' diff --git a/.github/actions/github-release/package-lock.json b/.github/actions/github-release/package-lock.json index 0bfb4329948..dd3b2a048f0 100644 --- a/.github/actions/github-release/package-lock.json +++ b/.github/actions/github-release/package-lock.json @@ -1,11 +1,11 @@ { - "name": "wasmtime-github-release", + "name": "rustc_codegen_cranelift-github-release", "version": "0.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "wasmtime-github-release", + "name": "rustc_codegen_cranelift-github-release", "version": "0.0.0", "dependencies": { "@actions/core": "^1.9.1", diff --git a/.github/actions/github-release/package.json b/.github/actions/github-release/package.json index a5726159a19..d9c23f8873e 100644 --- a/.github/actions/github-release/package.json +++ b/.github/actions/github-release/package.json @@ -1,5 +1,5 @@ { - "name": "wasmtime-github-release", + "name": "rustc_codegen_cranelift-github-release", "version": "0.0.0", "license": "Apache-2.0 WITH LLVM-exception", "main": "main.js",