Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
KasparRosin committed Jan 11, 2024
1 parent f3aec0e commit 93ad88f
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 @@ -31,7 +31,7 @@ jobs:
git checkout -b "${{ steps.releases.outputs.next_release_tag }}"
git rm -rf .
wget -d \
--header="Authorization: Basic ${{ steps.releases.outputs.nova_auth_encoded }}" \
--header="Authorization: Basic ${{ secrets.nova_auth_encoded }}" \
${{ steps.releases.outputs.nova_dist_url }}
git add .
git commit -m "test"
Expand Down

0 comments on commit 93ad88f

Please sign in to comment.