Skip to content

Commit

Permalink
dry run what the release number will be
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Nov 10, 2024
1 parent 8652392 commit 59c4f53
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Release XMTP Android Package
on:
push:
branches:
- release
- main
pull_request:

jobs:
library:
Expand All @@ -27,7 +28,7 @@ jobs:
uses: mathieudutour/[email protected]
with:
release_branches: "release"
custom_tag: 3.0.1
dry_run: true
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Create a GitHub release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 59c4f53

Please sign in to comment.