Skip to content

Commit 57b251d

Browse files
committed
v1.0.3
1 parent 3981dc6 commit 57b251d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gem-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
if git tag | grep -q $TAG_NAME; then
3333
echo "$TAG_NAME already released. skip."
34-
exit 1
34+
exit 0
3535
fi
3636
3737
- name: build

lib/restful_error/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 RestfulError
4-
VERSION = "1.0.2"
4+
VERSION = "1.0.3"
55
end

0 commit comments

Comments
 (0)