We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e40de54 + 1ba6310 commit 9db9468Copy full SHA for 9db9468
.github/workflows/release.yml
@@ -51,4 +51,7 @@ jobs:
51
token: ${{ secrets.GITHUB_TOKEN }}
52
tag_name: ${{ env.RELEASE_VERSION }}
53
name: ${{ env.RELEASE_VERSION }}
54
+ files: |
55
+ ${{ github.workspace }}/${{ env.LINUX_BIN_PATH }}
56
+ ${{ github.workspace }}/${{ env.DARWIN_BIN_PATH }}
57
generate_release_notes: true
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- uffizzi-cli (2.4.20)
+ uffizzi-cli (2.4.21)
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.20'
+ VERSION = '2.4.21'
end
0 commit comments