Skip to content

Commit a48a7b3

Browse files
Merge branch 'develop'
2 parents d49d70c + 3d83cc6 commit a48a7b3

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ jobs:
3737
needs:
3838
- make-binary
3939
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+
uses: actions/download-artifact@v3
46+
with:
47+
name: ${{ env.DARWIN_BIN_PATH }}
4048
- name: Generate release notes
4149
uses: softprops/action-gh-release@v2
4250
with:

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
uffizzi-cli (2.4.18)
4+
uffizzi-cli (2.4.19)
55
activesupport
66
awesome_print
77
faker (< 3.0)

lib/uffizzi/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Uffizzi
4-
VERSION = '2.4.18'
4+
VERSION = '2.4.19'
55
end

0 commit comments

Comments
 (0)