We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a316eb commit 898ca55Copy full SHA for 898ca55
.github/workflows/release.yml
@@ -25,6 +25,8 @@ jobs:
25
- create-release
26
27
steps:
28
+ - uses: actions/checkout@v4
29
+
30
- name: push to RubyGems
31
run: |
32
gem build lzfse.gemspec
0 commit comments