Skip to content

Commit

Permalink
Fix typo in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
fasmat authored and dshulyak committed Mar 14, 2024
1 parent 045467d commit 3641044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
run: |
make install
make build VERSION=${{ github.ref_name }}
- name: Build node-merge
- name: Build merge-nodes
shell: bash
run: |
make node-merge VERSION=${{ github.ref_name }}
make merge-nodes VERSION=${{ github.ref_name }}
- name: Create release archive
shell: bash
Expand Down

0 comments on commit 3641044

Please sign in to comment.