Skip to content

Commit

Permalink
Fix the branch of the docker image publication workflow (#126)
Browse files Browse the repository at this point in the history
* Fix the branch of the docker image workflow
* Set version to 0.6.3
  • Loading branch information
lijamie98 authored Oct 13, 2023
1 parent 5c7f419 commit 1dd752c
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 @@ -2,7 +2,7 @@ name: docker image publish
on:
workflow_run:
workflows: ["npm publish"]
branches: [main]
branches: [master]
types:
- completed

Expand Down
2 changes: 1 addition & 1 deletion @stellar/anchor-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stellar/anchor-tests",
"version": "0.6.2",
"version": "0.6.3",
"description": "stellar-anchor-tests is a library and command line interface for testing Stellar anchors.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 1dd752c

Please sign in to comment.