chore: publish android-client 1.5.4 (#10374)

This commit is contained in:
Firezone Bot
2025-09-18 10:37:20 -07:00
committed by GitHub
parent bfbdec1ea9
commit 8f46007674
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.4
RELEASE_NAME: android-client-1.5.5
steps:
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
if: "${{ github.event_name == 'workflow_dispatch' && github.ref_name == 'main' }}"
@@ -104,7 +104,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# mark:next-android-version
RELEASE_NAME: android-client-1.5.4
RELEASE_NAME: android-client-1.5.5
run: |
export ARTIFACT_PATH="$RUNNER_TEMP/firezone-${RELEASE_NAME}.${{ matrix.package-type }}"
cp "${{ matrix.output-path }}" "$ARTIFACT_PATH"