From 0561d7e6ccaa1c3546116dbb75e2c0f42808d355 Mon Sep 17 00:00:00 2001 From: Darius Maitia Date: Thu, 1 Aug 2024 17:30:27 +0200 Subject: [PATCH] Fix snapshot publications on the CI (#149) --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a7933c85..4aa2d78bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,6 +84,7 @@ jobs: packages: write with: snapshot: true + branch: ${{ github.ref_name }} publish_android_snapshot_package: name: Publish Android snapshot package @@ -95,3 +96,4 @@ jobs: packages: write with: snapshot: true + branch: ${{ github.ref_name }}