We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d49d70c + 3d83cc6 commit a48a7b3Copy full SHA for a48a7b3
.github/workflows/release.yml
@@ -37,6 +37,14 @@ jobs:
37
needs:
38
- make-binary
39
steps:
40
+ - name: Download Linux Bin
41
+ uses: actions/download-artifact@v3
42
+ with:
43
+ name: ${{ env.LINUX_BIN_PATH }}
44
+ - name: Download Macos Bin
45
46
47
+ name: ${{ env.DARWIN_BIN_PATH }}
48
- name: Generate release notes
49
uses: softprops/action-gh-release@v2
50
with:
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- uffizzi-cli (2.4.18)
+ uffizzi-cli (2.4.19)
5
activesupport
6
awesome_print
7
faker (< 3.0)
lib/uffizzi/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Uffizzi
- VERSION = '2.4.18'
+ VERSION = '2.4.19'
end
0 commit comments