diff --git a/.github/workflows/destversion.yml b/.github/workflows/destversion.yml index 92e8fdc..1faa1fe 100644 --- a/.github/workflows/destversion.yml +++ b/.github/workflows/destversion.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Test Github Action Server Time - run: bash -x echo `date` + run: echo `date` - name: Check new version and push env: GHTOKEN: ${{ secrets.GHTOKEN }}