Skip to content

Commit

Permalink
Update layer-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bardabun committed Dec 12, 2024
1 parent 320c642 commit bd63c5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/layer-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
LAYER_NAME=$LAYER_NAME-${{ inputs.release-group }}
fi
CLEAN_VERSION=$(echo "${{ inputs.component-version }}" | sed -r 's/\./_/g')
LAYER_NAME=$LAYER_NAME-${{ inputs.component-version }}
echo "LAYER_NAME=$LAYER_NAME" >> $GITHUB_ENV
Expand Down

0 comments on commit bd63c5d

Please sign in to comment.