Do dry run of SwiftPM push

This commit is contained in:
Hugh Nimmo-Smith
2025-03-12 20:20:57 +00:00
parent 3bf7bfa0f0
commit 94913d346f

View File

@@ -198,10 +198,9 @@ jobs:
git tag -a ${{ env.VERSION }} -m "${{ github.event.release.html_url }}"
- name: Push
if: ${{ !env.DRY_RUN }}
working-directory: element-call-swift
run: |
git push --tags
git push --tags ${{ env.DRY_RUN && '--dry-run' || '' }}
- name: Add release note
if: ${{ !env.DRY_RUN }}