Skip to content

Commit

Permalink
添加scancode-toolkit镜像构建脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlkl committed Jun 16, 2023
1 parent cafbb1f commit c238db8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-scancode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
- name: Extract tag
run: |
TAG_NAME=${GITHUB_REF##/}
TAG_NAME=${GITHUB_REF##*/}
echo "Extracted Tag Name: $TAG_NAME"
env:
SCANCODE_TAG: ${{ env.TAG_NAME }}
SCANCODE_TAG: $TAG_NAME

- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit c238db8

Please sign in to comment.