From eb23be72c36014563bc0a9921e8dee66d9392e90 Mon Sep 17 00:00:00 2001
From: Naomi Plasterer <naomi@xmtp.com>
Date: Sun, 10 Nov 2024 10:41:39 -0800
Subject: [PATCH] confirm dry run ran correctly

---
 .github/workflows/release.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 01967d6b8..2a4545dc9 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -2,8 +2,7 @@ name: Release XMTP Android Package
 on:
   push:
     branches:
-      - main
-  pull_request:
+      - release
 
 jobs:
   library:
@@ -28,7 +27,6 @@ jobs:
         uses: mathieudutour/github-tag-action@v6.1
         with:
           release_branches: "release"
-          dry_run: true
           github_token: ${{ secrets.GITHUB_TOKEN }}
       - name: Create a GitHub release
         uses: ncipollo/release-action@v1