Skip to content

Commit 48a6615

Browse files
committed
Merge branch 'release/v5.3.4'
2 parents 2c1c357 + 84f1608 commit 48a6615

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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-
needs: [gem]
45+
environment: docker-release
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.3)
4+
stoplight (5.3.4)
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.3")
4+
VERSION = Gem::Version.new("5.3.4")
55
end

0 commit comments

Comments
 (0)