Skip to content

Commit

Permalink
Update actions (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
philss authored May 15, 2024
1 parent 87239c3 commit 4365ad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Build the project
id: build-crate
uses: philss/[email protected].3
uses: philss/[email protected].4
with:
project-name: html5ever_nif
project-version: ${{ env.PROJECT_VERSION }}
Expand All @@ -78,7 +78,7 @@ jobs:
echo "${{ steps.build-crate.outputs.file-sha256 }} ${{ steps.build-crate.outputs.file-name }}" >> $GITHUB_STEP_SUMMARY
- name: Publish archives and packages
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: |
${{ steps.build-crate.outputs.file-path }}
Expand Down

0 comments on commit 4365ad3

Please sign in to comment.