diff --git a/.github/workflows/gem-push.yml b/.github/workflows/gem-push.yml index d71b494..fcec511 100644 --- a/.github/workflows/gem-push.yml +++ b/.github/workflows/gem-push.yml @@ -6,9 +6,6 @@ on: - jekyll-theme-dusk.gemspec tags: - '*' - branches: [ "master" ] - pull_request: - branches: [ "master" ] jobs: build: diff --git a/jekyll-theme-dusk.gemspec b/jekyll-theme-dusk.gemspec index 0d5d7a2..505d14b 100644 --- a/jekyll-theme-dusk.gemspec +++ b/jekyll-theme-dusk.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "jekyll-theme-dusk" - spec.version = "0.2.3" # Keep this at line 5 for GitHub release action + spec.version = "0.2.4" # Keep this at line 5 for GitHub release action spec.authors = ["Parmjot Singh"] spec.email = ["parmjotsinghrobot@gmail.com"] spec.summary = "A dark theme with emphasis on elegance?"