Skip to content

Commit

Permalink
cd
Browse files Browse the repository at this point in the history
  • Loading branch information
byeongsu-hong committed Feb 14, 2024
1 parent 43576f2 commit ff06ef4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
env:
ARTIFACT_NAME: ${{ github.event.repository.name }}-${{ github.ref_name }}.zip

- name: Publish hpl-interface
run: cargo publish --token ${{ secrets.CRATES_TOKEN }} --package hpl-interface

- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit ff06ef4

Please sign in to comment.