Skip to content

Commit

Permalink
Merge pull request #18 from ASleepyCat/add-name-to-release-action
Browse files Browse the repository at this point in the history
Add name to release action
  • Loading branch information
ASleepyCat authored Aug 21, 2023
2 parents 3a5dd1c + e201d18 commit c0e901b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Release

on:
release:
types: [created]
Expand Down Expand Up @@ -32,4 +34,5 @@ jobs:
- uses: actions/checkout@v3
- uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
ignore-unpublished-changes: true
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
run: cargo test --verbose

0 comments on commit c0e901b

Please sign in to comment.