Migrate to more recently updated Action. (#3163)

This commit is contained in:
Justin Bassett 2022-12-18 23:42:57 -05:00 committed by GitHub
parent ce8049729e
commit efc4f0af49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,10 +61,10 @@ jobs:
run: ./gradlew assembleRelease
- name: Create Github Pre-Release
uses: marvinpinto/action-automatic-releases@v1.2.1
uses: softprops/action-gh-release@v0.1.15
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: ${{ steps.rel_number.outputs.version }}
tag_name: ${{ steps.rel_number.outputs.version }}
body_path: ./app/build/outputs/changelogGithub
draft: false
prerelease: true
files: |