Skip to content

Commit

Permalink
Version 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ross committed Apr 13, 2020
1 parent 2f77335 commit 5d64f79
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Master

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
on: [push, pull_request, release]

jobs:
build:
Expand All @@ -24,4 +20,9 @@ jobs:
- name: Test
run: rake
- name: Publish to Rubygems
if: contains(github.ref, 'refs/tags/v')
uses: cadwallion/publish-rubygems-action@v1.0.0
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}
RELEASE_COMMAND: rake release
2 changes: 1 addition & 1 deletion lib/standout/capybara/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Standout
module Capybara
VERSION = '1.0.5'
VERSION = '1.0.6'
end
end

0 comments on commit 5d64f79

Please sign in to comment.