Skip to content

Commit

Permalink
chore(deps): bump softprops/action-gh-release from 2.0.7 to 2.0.8 (#3247
Browse files Browse the repository at this point in the history
)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yamil Medina <[email protected]>
  • Loading branch information
dependabot[bot] and yamilmedina authored Jul 30, 2024
1 parent a601eab commit 94f3154
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-fdroid-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ jobs:
build-flavour: Fdroid
build-variant: compatrelease
- name: Attach APK to release
uses: softprops/[email protected].7
uses: softprops/[email protected].8
with:
files: app/build/outputs/apk/fdroidCompatRelease/*.apk
2 changes: 1 addition & 1 deletion .github/workflows/build-prod-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,6 @@ jobs:
build-flavour: prod
build-variant: compatrelease
- name: Attach APK to release
uses: softprops/[email protected].7
uses: softprops/[email protected].8
with:
files: app/build/outputs/apk/prodCompatRelease/*.apk
2 changes: 1 addition & 1 deletion .github/workflows/generate-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
npx [email protected] -t "$PREVIOUS_TAG...$CURRENT_TAG"
- name: 'Attach changelog to tag'
uses: softprops/[email protected].7
uses: softprops/[email protected].8
env:
GITHUB_TOKEN: ${{github.token}}
with:
Expand Down

0 comments on commit 94f3154

Please sign in to comment.