diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1be0a75..5495bcb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,14 +15,14 @@ jobs: modules: 'qtwebengine qtwebsockets' # Checkout repository and submodules - - uses: actions/checkout@v2 - with: - submodules: recursive +# - uses: actions/checkout@v2 +# with: +# submodules: recursive - - name: Build - run: | - qmake CONFIG+=release - make +# - name: Build +# run: | +# qmake CONFIG+=release +# make aur-publish: needs: @@ -32,6 +32,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Get latest version id: get-version