chore: publish android-client 1.5.6 (#10745)

Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
This commit is contained in:
Firezone Bot
2025-10-28 16:24:48 -07:00
committed by GitHub
parent 4e95dd1cb6
commit 04f4415344
6 changed files with 10 additions and 9 deletions

View File

@@ -30,7 +30,7 @@ jobs:
contents: write # for updating the release draft
env:
# mark:next-android-version
RELEASE_NAME: android-client-1.5.6
RELEASE_NAME: android-client-1.5.7
steps:
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
if: "${{ github.event_name == 'workflow_dispatch' && github.ref_name == 'main' }}"
@@ -105,7 +105,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# mark:next-android-version
RELEASE_NAME: android-client-1.5.6
RELEASE_NAME: android-client-1.5.7
run: |
export ARTIFACT_PATH="$RUNNER_TEMP/firezone-${RELEASE_NAME}.${{ matrix.package-type }}"
cp "${{ matrix.output-path }}" "$ARTIFACT_PATH"