Skip to content

Commit

Permalink
feat: update workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <[email protected]>
  • Loading branch information
damacus committed Feb 28, 2024
1 parent 49aa642 commit ea883ac
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
id: release
with:
release-type: ruby
package-name: kitchen-vro
version-file: lib/kitchen/driver/vro_version.rb
token: ${{ secrets.PORTER_GITHUB_TOKEN }}

- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
default: true
MD013: false
MD024: false
Expand Down
2 changes: 1 addition & 1 deletion kitchen-vro.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
lib = File.expand_path("lib", __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "kitchen/driver/vro_version"
require "kitchen/driver/version"

Gem::Specification.new do |spec|
spec.name = "kitchen-vro"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/kitchen/driver/vro.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

require "kitchen"
require "vcoworkflows"
require_relative "vro_version"
require_relative "version"

module Kitchen
module Driver
Expand Down

0 comments on commit ea883ac

Please sign in to comment.