Skip to content

Commit

Permalink
gh: correct matrix name
Browse files Browse the repository at this point in the history
  • Loading branch information
shanefontaine committed May 16, 2024
1 parent bdcdd70 commit bc5d372
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
fi
- name: Publish Docker Image (${{ steps.set-docker-tag.outputs.matrix.package-name }})
- name: Publish Docker Image (${{ matrix.package-name }})
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0
with:
file: ./packages/${{ matrix.package-name }}/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hop-protocol/api",
"version": "0.0.2",
"version": "0.0.3",
"description": "Hop Protocol API",
"author": "Authereum Labs, Inc.",
"license": "MIT",
Expand Down

0 comments on commit bc5d372

Please sign in to comment.