Update a bunch of Github Actions (#3092)

This commit is contained in:
Justin Bassett 2022-11-22 15:25:42 -05:00 committed by GitHub
parent 7af5b237cc
commit 64afe45609
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View file

@ -32,5 +32,5 @@ runs:
echo Number Tags $TAGS
echo Version $VERSION
echo Version Code $VC
echo ::set-output name=version::$VERSION
echo ::set-output name=version-code::$VC
echo "version=$VERSION" >> $GITHUB_OUTPUT
echo "version-code=$VC" >> $GITHUB_OUTPUT

View file

@ -112,11 +112,11 @@ jobs:
run: ./gradlew appDistributionUploadFullRelease
- name: Create a Sentry.io release
uses: tclindner/sentry-releases-action@v1.2.0
uses: getsentry/action-release@v1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
with:
tagName: io.homeassistant.companion.android@${{ steps.rel_number.outputs.version }}
version: ${{ steps.rel_number.outputs.version }}
environment: Beta

View file

@ -112,6 +112,6 @@ jobs:
fi
- name: Archive Debug Build
uses: kittaakos/upload-artifact-as-is@v0
uses: actions/upload-artifact@v3
with:
path: ./**/*.apk

View file

@ -128,13 +128,13 @@ jobs:
run: ./gradlew appDistributionUploadFullRelease
- name: Create a Sentry.io release
uses: tclindner/sentry-releases-action@v1.2.0
uses: getsentry/action-release@v1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
with:
tagName: io.homeassistant.companion.android@${{ steps.rel_number.outputs.version }}
version: ${{ steps.rel_number.outputs.version }}
environment: Production
play_publish: