Skip to content

Commit

Permalink
[Enhancement] Automatic Upload to crates.io on Release (#33)
Browse files Browse the repository at this point in the history
* Added ::= CI:  upload new crate version to registry on release

* Create summary of recent changes

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
kevinmatthes and github-actions[bot] authored Jan 13, 2024
1 parent d1f527a commit 02583a3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
generate_release_notes: true
tag_name: v${{ steps.tag_name.outputs.version }}

# - run: |
# rustup update
# cargo login ${{ secrets.CRATES_IO_GITHUB_AERUGINOUS_IO_UPDATE_TOKEN }}
# cargo publish
- run: |
rustup update
cargo login ${{ secrets.CRATES_IO_GITHUB_AERUGINOUS_IO_UPDATE_TOKEN }}
cargo publish
################################################################################
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
(
references: {},
changes: {
"Added": [
"CI: upload new crate version to registry on release",
],
},
)

0 comments on commit 02583a3

Please sign in to comment.