kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
ci(github-actions): add Release environment to workflows (#3310)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>pull/3311/head
rodzic
7b3b794bbe
commit
7c70b7faee
|
@ -17,6 +17,7 @@ permissions:
|
|||
jobs:
|
||||
create-internal-tag:
|
||||
runs-on: ubuntu-latest
|
||||
environment: Release
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v5
|
||||
|
|
|
@ -27,6 +27,7 @@ permissions:
|
|||
jobs:
|
||||
promote:
|
||||
runs-on: ubuntu-latest
|
||||
environment: Release
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v5
|
||||
|
@ -188,4 +189,3 @@ jobs:
|
|||
echo "Target Stage: ${{ steps.decide.outputs.target_stage }}" >> $GITHUB_STEP_SUMMARY
|
||||
echo "New Tag: ${{ steps.tag.outputs.new_tag }}" >> $GITHUB_STEP_SUMMARY
|
||||
echo "Dry Run: ${{ inputs.dry_run }}" >> $GITHUB_STEP_SUMMARY
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue