Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mitelg committed Jul 13, 2021
1 parent 05120ff commit 45ca9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
git config --global user.name "shopwareBot"
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
git fetch origin
git checkout -t origin/gh-pages
git checkout -t origin/gh-pages -f
mv sw.phar.tmp sw.phar
sha1sum sw.phar > sw.phar.version
git add sw.phar sw.phar.version
Expand Down

0 comments on commit 45ca9aa

Please sign in to comment.