Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
el7cosmos committed Jun 13, 2021
1 parent ed1db8e commit 0ab5bab
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
name: Create release
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
- name: Create release
run: gh release create "${GITHUB_REF#refs/tags/}"
env:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@ jobs:
run: cargo build --target ${{ matrix.target }}
- name: Run tests
run: cargo test --target ${{ matrix.target }}
env:
EMAIL: ${{ secrets.EMAIL }}
PASSWORD: ${{ secrets.PASSWORD }}
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[package]
name = "talenta"
version = "0.4.5"
version = "0.5.0"
authors = ["el7cosmos <[email protected]>"]
edition = "2018"
description = "Talenta CLI"
Expand Down

0 comments on commit 0ab5bab

Please sign in to comment.