We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd90c1 commit 6454c68Copy full SHA for 6454c68
.github/workflows/nix-ci.yml
@@ -129,7 +129,7 @@ jobs:
129
python3 -c 'import base64; print("alias="+base64.urlsafe_b64encode(bytes.fromhex("${{github.sha}}")).decode("utf-8").rstrip("="))' >> "$GITHUB_OUTPUT"
130
echo "message=`git log -1 --pretty=format:"%s"`" >> "$GITHUB_OUTPUT"
131
- name: Publish manual to Netlify
132
- uses: nwtgck/actions-netlify@v2.0
+ uses: nwtgck/actions-netlify@v3.0
133
id: publish-manual
134
with:
135
publish-dir: ./dist
0 commit comments