Skip to content

Commit

Permalink
fix: Use internal track for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
svenjacobs authored Aug 22, 2023
1 parent f368362 commit 366af73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: git secret reveal -f

- name: Deploy production version
run: ./gradlew assembleRelease publishReleaseBundle --track production --release-status completed
run: ./gradlew assembleRelease publishReleaseBundle --track internal --release-status completed

- name: Build changelog
id: github_release
Expand Down

0 comments on commit 366af73

Please sign in to comment.