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 b52b675 commit d3a5324
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ 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 d3a5324

Please sign in to comment.