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 87239c3 commit 4365ad3Copy full SHA for 4365ad3
.github/workflows/release.yml
@@ -57,7 +57,7 @@ jobs:
57
58
- name: Build the project
59
id: build-crate
60
- uses: philss/rustler-precompiled-action@v1.1.3
+ uses: philss/rustler-precompiled-action@v1.1.4
61
with:
62
project-name: html5ever_nif
63
project-version: ${{ env.PROJECT_VERSION }}
@@ -78,7 +78,7 @@ jobs:
78
echo "${{ steps.build-crate.outputs.file-sha256 }} ${{ steps.build-crate.outputs.file-name }}" >> $GITHUB_STEP_SUMMARY
79
80
- name: Publish archives and packages
81
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
82
83
files: |
84
${{ steps.build-crate.outputs.file-path }}
0 commit comments