Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey.shulika committed Jan 3, 2024
1 parent 597a02b commit d757bdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/license_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:

- name: Get version
run:
VERSION=$( echo "${{ github.ref }}" | awk -F '/' '{print $NF}' )
APP_NAME=$( echo "${{ github.repository }}" | awk -F '/' '{print $NF}' )
echo "${{ github.ref }}" | awk -F '/' '{print $NF}' > $VERSION
echo "${{ github.repository }}" | awk -F '/' '{print $NF}' > $APP_NAME

- name: Uploading results
if: always()
Expand Down

0 comments on commit d757bdc

Please sign in to comment.