Skip to content

Commit abf43c8

Browse files
committed
💚 Remove unnecessary step
1 parent b48b311 commit abf43c8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/swift.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- name: Build
1818
run: swift build -v --disable-sandbox -c release --arch arm64 --arch x86_64
19-
- name: Make executable
20-
run: chmod +x .build/apple/Products/Release/swift-changelog-parser
2119
- name: Get current date
2220
id: date
2321
run: echo "date=$(date +'%Y.%m.%d')" >> $GITHUB_ENV

0 commit comments

Comments
 (0)