Skip to content

Commit

Permalink
cicd: remove extra tags
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuckland committed May 26, 2024
1 parent 959ebf1 commit ce75a01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ jobs:
tag: ${{ github.ref }}
- run: echo "🍏 This job's status is ${{ job.status }}."

# publsh to crates.io

crate-publish:
name: publish to crates.io
runs-on: ubuntu-latest
- uses: actions-rs/cargo@v1
with:
command: login
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT/Apache-2.0"
description = "A library and command line tool for reading and writing tabular data (XLS, ODS, CSV, YAML), and Markdown"
readme = "README.md"
repository = "https://github.com/inosion/madato"
keywords = ["markdown", "excel", "yaml", "tables", "openoffice", "csv", "json"]
keywords = ["markdown", "excel", "yaml", "csv", "json"]
edition = "2021"
exclude = ["doc/*", "assets/*", "test/*"]

Expand Down

0 comments on commit ce75a01

Please sign in to comment.