Skip to content

Commit

Permalink
fix(ci publications): adding branch param to snapshot publication ste…
Browse files Browse the repository at this point in the history
…ps (#148)
  • Loading branch information
DariusIMP authored Aug 1, 2024
1 parent 19171df commit 3a4907b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
packages: write
with:
snapshot: true
branch: ${{ github.ref_name }}

publish_android_snapshot_package:
name: Publish Android snapshot package
Expand All @@ -95,3 +96,4 @@ jobs:
packages: write
with:
snapshot: true
branch: ${{ github.ref_name }}

0 comments on commit 3a4907b

Please sign in to comment.