diff --git a/.github/workflows/package_to_pypi.yaml b/.github/workflows/package_to_pypi.yaml index 10db35c4..e147e525 100644 --- a/.github/workflows/package_to_pypi.yaml +++ b/.github/workflows/package_to_pypi.yaml @@ -12,7 +12,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@master + uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Commits to file run: | echo "In this release:" > ./commits.log diff --git a/CveXplore/VERSION b/CveXplore/VERSION index eaf74642..a230e62c 100644 --- a/CveXplore/VERSION +++ b/CveXplore/VERSION @@ -1 +1 @@ -0.2.6.6 \ No newline at end of file +0.2.6.7 \ No newline at end of file