mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore: publish android-client 1.5.5 (#10614)
This commit is contained in:
4
.github/workflows/_kotlin.yml
vendored
4
.github/workflows/_kotlin.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user