Skip to content

Commit

Permalink
feat: rename capybara to capybara-bin because of conflict capybara cr…
Browse files Browse the repository at this point in the history
…ates
  • Loading branch information
jjeffcaii committed Nov 29, 2024
1 parent 74ba4de commit 5475129
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 21 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/rust-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,26 @@ jobs:
toolchain: stable
override: true

- name: Publish capybara-util
if: always()
run: cargo publish --token ${CRATES_TOKEN} -p capybara-util
env:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}

- name: Publish capybara-etc
if: always()
run: cargo publish --token ${CRATES_TOKEN} -p capybara-etc
env:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}

- name: Publish capybara-core
if: always()
run: cargo publish --token ${CRATES_TOKEN} -p capybara-core
env:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
# - name: Publish capybara-util
# if: always()
# run: cargo publish --token ${CRATES_TOKEN} -p capybara-util
# env:
# CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
#
# - name: Publish capybara-etc
# if: always()
# run: cargo publish --token ${CRATES_TOKEN} -p capybara-etc
# env:
# CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
#
# - name: Publish capybara-core
# if: always()
# run: cargo publish --token ${CRATES_TOKEN} -p capybara-core
# env:
# CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}

- name: Publish capybara
- name: Publish capybara-bin
if: always()
run: cargo publish --token ${CRATES_TOKEN} -p capybara
run: cargo publish --token ${CRATES_TOKEN} -p capybara-bin
env:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ lto = "thin"
resolver = "2"

members = [
"capybara",
"capybara-bin",
"capybara-core",
"capybara-etc",
"capybara-util",
Expand Down
2 changes: 1 addition & 1 deletion capybara/Cargo.toml → capybara-bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "capybara"
name = "capybara-bin"
version = "0.0.1-alpha.1"
edition = "2021"
license = "MIT"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5475129

Please sign in to comment.