Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BitPatty authored Dec 29, 2021
1 parent 50a5ad6 commit 07851da
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
File renamed without changes.
22 changes: 22 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Publish Gem

on:
release:
types:
- created

jobs:
publish:
if: github.repository_owner == 'bitpatty'
runs-on: ubuntu-latest
environment: rubygems
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v2
- name: Publish gem
uses: dawidd6/action-publish-gem@v1
with:
api_key: ${{ secrets.RUBYGEMS_API_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion fluent-plugin-parser-cloudfoundry-syslog.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "fluent-plugin-parser-cloudfoundry-syslog"
spec.version = "0.0.1"
spec.version = "0.1.0"
spec.authors = ["Matteias Collet"]
spec.email = ["matteias.collet@bluewin.ch"]

Expand Down

0 comments on commit 07851da

Please sign in to comment.