diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index d0b10a81..d5bc9a99 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -19,7 +19,9 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - + - name: Debug + run: | + git log --tags - name: Cache node modules uses: actions/cache@v1 with: