snap: Remove framework snap prompt

Now that https://github.com/snapcore/snapcraft/pull/3596 has been
released in snapcraft 6.0.1, drop the prompt that tells users to
disconnect the old framework snap.

Also drop --enable-experimental-extensions from CI  because kde-neon
has been declared stable for core20.
This commit is contained in:
Maximilian Federle
2022-01-13 10:10:00 +01:00
committed by Laurent Trinques
parent 9bd2ea22f3
commit 782eaff4d2
4 changed files with 4 additions and 72 deletions

View File

@@ -12,8 +12,6 @@ jobs:
- uses: actions/checkout@v2
- uses: snapcore/action-build@v1
id: build
with:
snapcraft-args: --enable-experimental-extensions
- uses: snapcore/action-publish@v1
with:
store_login: ${{ secrets.STORE_LOGIN }}