Skip to content

Commit

Permalink
Fix package naming for crates.io publishing
Browse files Browse the repository at this point in the history
Fairly face<->palm moment here
  • Loading branch information
jaybosamiya committed Feb 13, 2024
1 parent d4aa40a commit df2d2a4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publish-crates.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Publishes a release to crates.io
#
# Manually copied over from
# Manually copied over (and updated) from
# https://github.com/axodotdev/cargo-dist/blob/main/.github/workflows/publish-crates.yml,
# from
# https://github.com/axodotdev/cargo-dist/tree/77c490910ff9f6a43a07e28a2a475888553d7902
Expand All @@ -24,9 +24,6 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
- run: cargo publish -p cargo-dist-schema --token ${CRATES_TOKEN}
env:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
- run: cargo publish -p cargo-dist --token ${CRATES_TOKEN}
- run: cargo publish -p verusfmt --token ${CRATES_TOKEN}
env:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}

0 comments on commit df2d2a4

Please sign in to comment.