Skip to content

Commit

Permalink
fixes in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kosyloa committed Mar 14, 2024
1 parent 78e51d1 commit 36146ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,19 @@ jobs:
git add docs
git commit -m "Update DocC"
- name: Checkl file
- name: Check file
run: ls -al release_sp.sh

- name: Calculate package checksum
run: ./release_sp.sh ${{ github.ref_name }} DXFeedFramework
shell: sh

- name: Commit files
- name: Commit spm update
run: |
git config --local user.name "GitHub Action"
git commit Package.swift -m "Update Package.swift"
- name: Push to swift branch. Update swift package.
- name: Push to swift branch. Update swift package and DocC.
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 36146ab

Please sign in to comment.