Skip to content

Commit

Permalink
Release 1.2.1 build fix (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpetersen authored Jul 17, 2021
1 parent 451acea commit dfc486e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: target/components/packages/jaredpetersen-kafka-connect-redis-${{ steps.deploy.outputs.version }}.zip
asset_name: jaredpetersen-kafka-connect-redis-${{ steps.deploy.outputs.version }}.zip
asset_content_type: application/zip
asset_path: target/components/packages/jaredpetersen-redis-connector-${{ steps.deploy.outputs.version }}.zip
asset_name: jaredpetersen-redis-connector-${{ steps.deploy.outputs.version }}.zip
asset_content_type: application/zip
4 changes: 2 additions & 2 deletions docs/demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ docker build -t jaredpetersen/redis:latest .

Next, we'll need to build a docker image for Kafka Connect Redis. Navigate to `demo/docker/kafka-connect-redis` and run the following commands:
```bash
curl -O https://repo1.maven.org/maven2/io/github/jaredpetersen/kafka-connect-redis/1.2.0/kafka-connect-redis-1.2.0.jar
curl -O https://repo1.maven.org/maven2/io/github/jaredpetersen/kafka-connect-redis/1.2.1/kafka-connect-redis-1.2.1.jar
docker build -t jaredpetersen/kafka-connect-redis:latest .
```

Expand Down Expand Up @@ -67,4 +67,4 @@ kubectl delete -k kubernetes
Delete the minikube cluster:
```bash
minikube delete
```
```

0 comments on commit dfc486e

Please sign in to comment.