Skip to content

Commit

Permalink
Merge branch 'release/ios/7.154.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
kshann committed Jan 21, 2025
2 parents b779fe4 + 3c3f1ed commit 1836be4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ios-tag-release-update-asana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
asana-task-url: ${{ inputs.asana-task-url || github.event.inputs.asana-task-url }}
base-branch: ${{ github.event.inputs.base-branch || 'main' }}
branch: ${{ inputs.branch || github.ref_name }}
internal-release-bump: ${{ github.event.inputs.internal-release-bump || false }}
prerelease: ${{ github.event.inputs.release-type == 'internal' }}
internal-release-bump: ${{ inputs.internal-release-bump || false }}
prerelease: ${{ inputs.release-type == 'internal' }}
secrets:
ASANA_ACCESS_TOKEN: ${{ secrets.ASANA_ACCESS_TOKEN }}
GHA_ELEVATED_PERMISSIONS_TOKEN: ${{ secrets.GHA_ELEVATED_PERMISSIONS_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GIT
remote: https://github.com/duckduckgo/fastlane-plugin-ddg_apple_automation
revision: b9d8bd9bf41923f36442c1b06a8abb4ae790250d
tag: 1.0.0
revision: 8d13f1e78e69886345f92dc575c6063b76d1da25
tag: 1.0.1
specs:
fastlane-plugin-ddg_apple_automation (1.0.0)
fastlane-plugin-ddg_apple_automation (1.0.1)
asana
climate_control
httpparty
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Pluginfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#
# Ensure this file is checked in to source control!

gem 'fastlane-plugin-ddg_apple_automation', git: 'https://github.com/duckduckgo/fastlane-plugin-ddg_apple_automation', tag: '1.0.0'
gem 'fastlane-plugin-ddg_apple_automation', git: 'https://github.com/duckduckgo/fastlane-plugin-ddg_apple_automation', tag: '1.0.1'

0 comments on commit 1836be4

Please sign in to comment.