Skip to content

Commit

Permalink
CI change 2
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterBin committed Jun 3, 2024
1 parent 1a7907f commit 6de2ccd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/neutral-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:

- uses: gradle/gradle-build-action@v3
- run: |
cd ${{ github.workspace }}/vico
VERSION_NAME=$(grep -oP "(?<=version_name).*(?=\",)" versions.gradle | grep -oP "(?<=\").*")
echo "VERSION_NAME=$VERSION_NAME" >> $GITHUB_ENV
echo "TAG_NAME=v$VERSION_NAME" >> $GITHUB_ENV
Expand Down

0 comments on commit 6de2ccd

Please sign in to comment.