Skip to content

Commit

Permalink
delete tage
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Kibysh committed Sep 13, 2023
1 parent ab26f52 commit 617261d
Show file tree
Hide file tree
Showing 23 changed files with 1 addition and 2,373 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Move Tag
if: steps.check_changes.outputs.changes_made == 'true'
run: |
git tag -d ${{ needs.get_tag_info.outputs.tag_name }}
git tag -d "${{ needs.get_tag_info.outputs.tag_name }}"
git push origin :refs/tags/${{ needs.get_tag_info.outputs.tag_name }}
git tag -a ${{ needs.get_tag_info.outputs.tag_name }} -m "${{ needs.get_tag_info.outputs.tag_message }}"
git push origin ${{ needs.get_tag_info.outputs.tag_name }}
Expand Down
96 changes: 0 additions & 96 deletions Sources/iOS-BLE-Library-Mock/Alias.swift

This file was deleted.

264 changes: 0 additions & 264 deletions Sources/iOS-BLE-Library-Mock/CentralManager/CentralManager.swift

This file was deleted.

25 changes: 0 additions & 25 deletions Sources/iOS-BLE-Library-Mock/CentralManager/Model/ScanResult.swift

This file was deleted.

Loading

0 comments on commit 617261d

Please sign in to comment.