We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3981dc6 commit 57b251dCopy full SHA for 57b251d
.github/workflows/gem-push.yml
@@ -31,7 +31,7 @@ jobs:
31
run: |
32
if git tag | grep -q $TAG_NAME; then
33
echo "$TAG_NAME already released. skip."
34
- exit 1
+ exit 0
35
fi
36
37
- name: build
lib/restful_error/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module RestfulError
4
- VERSION = "1.0.2"
+ VERSION = "1.0.3"
5
end
0 commit comments