Skip to content

Commit

Permalink
fixing typo on build branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Jul 8, 2021
1 parent 600ed77 commit 2ab7b30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,10 @@ jobs:
then
echo "BRANCH=development" >> $GITHUB_ENV
fi
- name: Build ${{ env.MODULE_ID }} for ${{ env.BRANCH }} v${{ env.VERSION}}
- name: Build ${{ env.MODULE_ID }} for ${{ env.BRANCH }} v${{ env.VERSION }}
run: |
box install commandbox-docbox
box task run taskfile=build/Build target=run :version=${{ env.VERSION }} :projectName=${{ env.MODULE_ID }} :buildID=${{ github.run_number }} :branch=${{ env.BRNACH }}
box task run taskfile=build/Build target=run :version=${{ env.VERSION }} :projectName=${{ env.MODULE_ID }} :buildID=${{ github.run_number }} :branch=${{ env.BRANCH }}
- name: Upload Build Artifacts
if: success()
Expand Down

0 comments on commit 2ab7b30

Please sign in to comment.