Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
KasparRosin committed Jan 10, 2024
1 parent 76f2bcf commit e9942fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
git checkout -b "${{ steps.releases.outputs.next_release_tag }}"
git rm -rf .
auth_encoded = $(echo "${nova_user}:${nova_password}"| base64)
wget --header="Authorization: Basic ${auth_encoded}" ${{ steps.release.outputs.nova_dist_url }}
wget -d --header="Authorization: Basic ${auth_encoded}" ${{ steps.release.outputs.nova_dist_url }}
git add .
git commit -m "test"
git push --set-upstream origin ${{ steps.releases.outputs.next_release_tag }} --force

0 comments on commit e9942fd

Please sign in to comment.