Skip to content

Commit

Permalink
Merge pull request #20 from qwertyyb/hotfix
Browse files Browse the repository at this point in the history
fix: ci bug
  • Loading branch information
qwertyyb authored Nov 24, 2019
2 parents 4693bad + b3d6fbd commit db722f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: update appcast.xml
run: cp -y ./apps/appcast.xml ./
run: cp -f ./apps/appcast.xml ./

- name: commit appcast.xml
uses: EndBug/[email protected]
Expand All @@ -49,4 +49,4 @@ jobs:
path: "appcast.xml"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit db722f0

Please sign in to comment.