Skip to content

Commit

Permalink
Fix tag invaild
Browse files Browse the repository at this point in the history
  • Loading branch information
killerprojecte authored Apr 1, 2023
1 parent ff53c23 commit 67608e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
runs-on: ubuntu-latest
steps:
- name: Checking Environment
run: |
echo "Compile_Date=$(date +%Y%m%d%H%M)" >> $GITHUB_ENV
- name: Checkout Git Repository
uses: actions/checkout@v3
- name: Validate Gradle wrapper
Expand Down

0 comments on commit 67608e5

Please sign in to comment.