Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lightest authored Aug 29, 2023
1 parent 1cd6c33 commit c0ae77d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,9 @@ jobs:
npm install
- name: Build
env:
BRANCH_NAME: "${GITHUB_REF#refs/heads/}"
run: |
cd app
echo "testing GITHUB_REF itself: $GITHUB_REF"
echo "testing GITHUB_REF with details availability: ${GITHUB_REF#refs/heads/}"
echo "testing BRANCH_NAME variable: $BRANCH_NAME"
npm run build:js && npm run build:css
npm run build:js -version=${GITHUB_REF#refs/heads/} && npm run build:css
echo "executing ls out on the directory:"
ls out

0 comments on commit c0ae77d

Please sign in to comment.