Skip to content

Commit

Permalink
Publish paywall tester on each release (#1803)
Browse files Browse the repository at this point in the history
### Description
This will make it so we publish paywall tester for internal testing on
each SDK release
  • Loading branch information
tonidero committed Aug 6, 2024
1 parent 3298244 commit f8ee985
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,11 @@ workflows:
- deploy
- docs-deploy
<<: *release-tags
- publish-paywall-tester-release:
requires:
- deploy
- docs-deploy
<<: *release-tags

snapshot-bump:
when:
Expand Down Expand Up @@ -703,19 +708,6 @@ workflows:
jobs:
- revenuecat/automatic-bump

nightly-deploy:
when:
and:
- equal: [ scheduled_pipeline, << pipeline.trigger_source >> ]
- equal: [ "nightly-deploy", << pipeline.schedule.name >> ]
jobs:
- publish-paywall-tester-release:
filters:
tags:
ignore: /.*/
branches:
only: paywalls

manual-paywall-tester-release:
when:
equal: [ paywall_tester_release, << pipeline.parameters.action >> ]
Expand Down

0 comments on commit f8ee985

Please sign in to comment.