Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
olvidalo committed Jun 8, 2022
1 parent dbf29d0 commit b52b675
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
- ref: 'main'

- name: Push website directory as subtree to branch gh-pages
run: |
git checkout main
curl https://api.github.com/repos/${{ github.repository }}/releases > website/_data/desktop-winery-releases.json
git config user.name github-actions
git config user.email [email protected]
Expand Down

0 comments on commit b52b675

Please sign in to comment.