mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-17 04:47:02 +00:00
Do dry run of SwiftPM push
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user