mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-05 13:16:02 -04:00
ci(github-actions): move release environment to correct workflow (#3314)
This commit is contained in:
@@ -17,7 +17,6 @@ permissions:
|
||||
jobs:
|
||||
create-internal-tag:
|
||||
runs-on: ubuntu-latest
|
||||
environment: Release
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v5
|
||||
|
||||
1
.github/workflows/promote-release.yml
vendored
1
.github/workflows/promote-release.yml
vendored
@@ -27,7 +27,6 @@ permissions:
|
||||
jobs:
|
||||
promote:
|
||||
runs-on: ubuntu-latest
|
||||
environment: Release
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v5
|
||||
|
||||
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -19,6 +19,7 @@ permissions:
|
||||
jobs:
|
||||
prepare-build-info:
|
||||
runs-on: ubuntu-latest
|
||||
environment: Release
|
||||
outputs:
|
||||
APP_VERSION_NAME: ${{ steps.get_version_name.outputs.APP_VERSION_NAME }}
|
||||
APP_VERSION_CODE: ${{ steps.calculate_version_code.outputs.versionCode }}
|
||||
|
||||
Reference in New Issue
Block a user