From fea67d1abc0b3b75c67f4a06deb2a74ac409d797 Mon Sep 17 00:00:00 2001 From: Olivier Tilloy Date: Mon, 22 Aug 2022 10:46:41 +0200 Subject: [PATCH] Revert the nightly build workflow to use v1 of the publish action. See https://github.com/snapcore/action-publish/issues/28#issuecomment-1220694988. --- .github/workflows/nightly-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly-build.yml b/.github/workflows/nightly-build.yml index 457420c..8e669bc 100644 --- a/.github/workflows/nightly-build.yml +++ b/.github/workflows/nightly-build.yml @@ -23,7 +23,7 @@ jobs: run: ./.github/scripts/extract-current-version.sh - uses: snapcore/action-build@v1 id: build-new-snap-nightly - - uses: snapcore/action-publish@master + - uses: snapcore/action-publish@v1 env: SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPSTORE_LOGIN }} with: