Skip to content

Commit

Permalink
Release version 3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shinesolutions-opensource committed Sep 27, 2021
1 parent dcb188c commit 5d04dde
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ruby-publish-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ name: Ruby Publish
'on':
push:
tags:
- 'ruby-*'
- ruby-*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
ref: main
ref: 3.6.2
- uses: docker/login-action@v1
with:
registry: ghcr.io
username: shinesolutions
password: ${{ secrets.SHINEOPENSOURCE_GITHUB_TOKEN }}
- uses: ./.github/actions/ruby-publish-action
env:
RUBYGEMS_TOKEN: '${{ secrets.SHINEOPENSOURCE_RUBYGEMS_TOKEN }}'
RUBYGEMS_TOKEN: ${{ secrets.SHINEOPENSOURCE_RUBYGEMS_TOKEN }}
3 changes: 1 addition & 2 deletions clients/ruby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## 3.6.2 - 2021-09-27
### Fixed
- Fix published gem versioning set in Ruby publish GH Action workflow

Expand Down
2 changes: 1 addition & 1 deletion clients/ruby/conf/client.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"gemName": "swagger_aem",
"moduleName": "SwaggerAemClient",
"gemVersion": "3.6.2-pre.0",
"gemVersion": "3.6.2",
"gemAuthor": "Shine Solutions",
"gemAuthorEmail": "[email protected]",
"gemHomepage": "https://github.com/shinesolutions/swagger-aem/tree/master/clients/ruby",
Expand Down

0 comments on commit 5d04dde

Please sign in to comment.