diff --git a/.github/workflows/insider-linux.yml b/.github/workflows/insider-linux.yml index 24a2f17..caa192f 100644 --- a/.github/workflows/insider-linux.yml +++ b/.github/workflows/insider-linux.yml @@ -417,6 +417,7 @@ jobs: runs-on: ubuntu-latest env: RELEASE_VERSION: ${{ needs.check.outputs.RELEASE_VERSION }} + SNAP_NAME: codium-insiders strategy: fail-fast: false matrix: diff --git a/.github/workflows/stable-linux.yml b/.github/workflows/stable-linux.yml index f4e43c6..3a9a2e2 100644 --- a/.github/workflows/stable-linux.yml +++ b/.github/workflows/stable-linux.yml @@ -413,6 +413,7 @@ jobs: runs-on: ubuntu-latest env: RELEASE_VERSION: ${{ needs.check.outputs.RELEASE_VERSION }} + SNAP_NAME: codium strategy: fail-fast: false matrix: