diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88c81aff7..c58e63b7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,6 +141,7 @@ jobs: run: | pip install apkg apkg system-setup + git log --oneline -n1 --grep="^VERSION" apkg build apkg install if: ${{ matrix.config.name == 'DEB Package' }} @@ -201,7 +202,7 @@ jobs: run: | git config --global core.eol ${{ matrix.eol }} - - uses: actions/checkout@v3 + - uses: actions/checkout@main - name: Get number of CPU cores id: cpu-cores