Skip to content

Commit 81f8e26

Browse files
committed
Merge branch 'release/v5.3.5'
2 parents 48a6615 + 8576332 commit 81f8e26

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
docker:
4444
name: Docker Image 🐳
45-
environment: docker-release
45+
needs: [gem]
4646
runs-on: ubuntu-latest
4747
permissions:
4848
contents: read

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-
stoplight (5.3.4)
4+
stoplight (5.3.5)
55
zeitwerk
66

77
GEM

lib/stoplight/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 Stoplight
4-
VERSION = Gem::Version.new("5.3.4")
4+
VERSION = Gem::Version.new("5.3.5")
55
end

0 commit comments

Comments
 (0)