Skip to content

Commit

Permalink
ci: remove action job output
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbertt committed Jul 21, 2024
1 parent 030c208 commit ddb63c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ jobs:
run: |
rustup target add wasm32-unknown-unknown
cargo publish -p ic-websocket-cdk
echo "version=$(cargo pkgid -p ic-websocket-cdk | cut -d# -f2 | cut -d: -f2)" >> "$GITHUB_OUTPUT"
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit ddb63c9

Please sign in to comment.