Skip to content

Commit fcb37fb

Browse files
chore(deps): [WPB-9777] bump softprops/action-gh-release from 2.2.0 to 2.2.2 (#4005)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oussama Hassine <[email protected]>
1 parent 22d8000 commit fcb37fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-prod-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
build-flavour: prod
117117
build-variant: compatrelease
118118
- name: Attach APK and version file to release
119-
uses: softprops/[email protected].1
119+
uses: softprops/[email protected].2
120120
with:
121121
files: |
122122
app/build/outputs/apk/prod/compatrelease/*.apk

.github/workflows/generate-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
npx [email protected] -t "$PREVIOUS_TAG...$CURRENT_TAG"
5656
5757
- name: 'Attach changelog to tag'
58-
uses: softprops/[email protected].0
58+
uses: softprops/[email protected].2
5959
env:
6060
GITHUB_TOKEN: ${{ secrets.ANDROID_BOB_GH_TOKEN }}
6161
with:

0 commit comments

Comments
 (0)