Skip to content

Commit

Permalink
build: improve config
Browse files Browse the repository at this point in the history
  • Loading branch information
houseme committed Sep 5, 2024
1 parent 0c2e7a0 commit bb27f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: publish
args: --package polaris-specification --allow-dirty
args: --registry crates-io --package polaris-specification --allow-dirty
# - name: Run cargo publish
# run: cargo publish --token ${{ secrets.CRATES_IO_TOKEN }}
# env:
Expand Down

0 comments on commit bb27f5d

Please sign in to comment.