mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-03-11 10:26:16 -04:00
ci(github-actions): Remove tag step for promotions (#3422)
This commit is contained in:
@@ -104,13 +104,6 @@ jobs:
|
||||
git tag ${{ steps.calculate_tags.outputs.tag_to_process }}
|
||||
git push origin ${{ steps.calculate_tags.outputs.tag_to_process }}
|
||||
|
||||
- name: Create and push final tag
|
||||
if: ${{ !inputs.dry_run && inputs.channel != 'internal' }}
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
run: |
|
||||
gh release edit ${{ steps.calculate_tags.outputs.tag_to_process }} --tag ${{ steps.calculate_tags.outputs.final_tag }} --title "${{ steps.calculate_tags.outputs.release_name }}"
|
||||
|
||||
call-release-workflow:
|
||||
if: ${{ !inputs.dry_run && inputs.channel == 'internal' }}
|
||||
needs: determine-tags
|
||||
|
||||
Reference in New Issue
Block a user