Skip to content

Commit

Permalink
only change github for now
Browse files Browse the repository at this point in the history
  • Loading branch information
malmstein committed Nov 20, 2024
1 parent 2afeae5 commit 11b62c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release_update_release_notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
fileName: api.json
destination-path: $HOME/jenkins_static/com.duckduckgo.mobile.android/

- name: Update release notes in Play Store
id: update_play_store_release_notes
run: |
bundle exec fastlane update_release_notes_playstore release_number:${{ github.event.inputs.app-version }} release_notes:"${{ github.event.inputs.release-notes }}"
# - name: Update release notes in Play Store
# id: update_play_store_release_notes
# run: |
# bundle exec fastlane update_release_notes_playstore release_number:${{ github.event.inputs.app-version }} release_notes:"${{ github.event.inputs.release-notes }}"

- name: Update release notes in Github
id: update_gh_release_notes
Expand Down

0 comments on commit 11b62c6

Please sign in to comment.