Skip to content

Commit 8452561

Browse files
authored
fix: remove unused step from workflow
1 parent 5cabe16 commit 8452561

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@ jobs:
4141
- name: Run tests
4242
run: swift test
4343

44-
- name: Setup GitHub CLI
45-
run: |
46-
brew install gh
47-
echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
48-
4944
- name: Bump version and create release
5045
env:
5146
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)