Skip to content

Commit

Permalink
Merge pull request #13 from akhildevelops/bump-version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
akhildevelops authored Apr 16, 2023
2 parents 3175cf1 + da1284c commit 792e436
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
publish-crate:
runs-on: ubuntu-latest
environment: production
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
needs: [github-artifact]

strategy:
matrix:
package: [youtube-transcript]
Expand All @@ -42,6 +43,4 @@ jobs:
- name: Cache rust
uses: Swatinem/rust-cache@v2
- name: publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: cargo publish -p ${{ matrix.package }}
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resolver = "2"

[workspace.package]
edition = "2021"
version = "0.3.1"
version = "0.3.2"
repository = "https://github.com/akhildevelops/summarizer"

[workspace.dependencies]
Expand Down

0 comments on commit 792e436

Please sign in to comment.