From 408ecccb60eb8bfff7cbd7fa9fc9bae259139e98 Mon Sep 17 00:00:00 2001 From: Xin Lin <47510956+xlin7799@users.noreply.github.com> Date: Tue, 9 Aug 2022 15:29:03 -0700 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 39256956..ea82bbe5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,8 +11,8 @@ on: required: true jobs: - generate-sbom-and-tag-commit: - name: Tag commit + tag-commit: + name: Generate SBOM and tag commit runs-on: ubuntu-latest steps: - name: Checkout code