chore: publish android-client 1.5.5 (#10614)

This commit is contained in:
Firezone Bot
2025-10-18 09:54:35 -07:00
committed by GitHub
parent 0dd7792428
commit 9b6ebb01ed
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.5
RELEASE_NAME: android-client-1.5.6
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.5
RELEASE_NAME: android-client-1.5.6
run: |
export ARTIFACT_PATH="$RUNNER_TEMP/firezone-${RELEASE_NAME}.${{ matrix.package-type }}"
cp "${{ matrix.output-path }}" "$ARTIFACT_PATH"