Skip to content

Commit

Permalink
build: CI publish
Browse files Browse the repository at this point in the history
  • Loading branch information
aljazerzen committed Feb 5, 2024
1 parent c12cea4 commit c59843e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
tags: [v*]
jobs:
test-job:
publish-crates-io:
runs-on: ubuntu-latest
steps:
# checkout and env setup
Expand All @@ -18,7 +18,7 @@ jobs:
run: nix develop --command cargo --version

# publish
- run: cargo release publish --package connector_arrow --execute --no-confirm
- run: cargo-release publish --package connector_arrow --execute --no-confirm
--verbose
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}

0 comments on commit c59843e

Please sign in to comment.