Skip to content

Commit

Permalink
Merge pull request #8 from mocyuto/fix-CI
Browse files Browse the repository at this point in the history
Fix CI and bump 0.1.8
  • Loading branch information
mocyuto authored Jun 14, 2023
2 parents 3eaddda + 74c5d47 commit 34ebbf2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: main
on:
push:
branches:
- main

jobs:
test:
uses: ./.github/workflows/test.yaml
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Test
on:
- pull_request
pull_request:
workflow_call:
jobs:
build:
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion fluent-plugin-raven.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = 'fluent-plugin-raven'
spec.version = '0.1.7'
spec.version = '0.1.8'
spec.authors = ['Yuto Suzuki']
spec.email = ['[email protected]']

Expand Down

0 comments on commit 34ebbf2

Please sign in to comment.