Skip to content

Commit 5baa10c

Browse files
committed
fix: make to just in release workflow
1 parent 4c0fd1d commit 5baa10c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
rubygems: '3.3.0'
1818
bundler-cache: true
1919
- name: Build Package
20-
run: make install build
20+
run: just install build
2121
- name: Publish to RubyGems
2222
run: |
2323
mkdir -p $HOME/.gem

0 commit comments

Comments
 (0)