File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -66,5 +66,16 @@ Here's an example of an authentication hash available in the callback by accessi
66
66
67
67
## Publishing
68
68
69
- New versions are automatically published on push to main if
70
- lib/omniauth/kit_oauth2/version.rb is bumped.
69
+ New versions can be published using [ the "Publish" GitHub
70
+ Action] ( https://github.com/Kit/omniauth-kit-oauth2/actions/workflows/publish.yml ) .
71
+
72
+ First you'll need to [ update the
73
+ version.rb] ( https://github.com/Kit/omniauth-kit-oauth2/blob/main/lib/omniauth/kit_oauth2/version.rb ) ,
74
+ then manually trigger in the UI via the "Run workflow" button.
75
+
76
+ ![ ] ( image.png )
77
+
78
+ This will:
79
+ - Build the package
80
+ - Push up a Git tag
81
+ - Push the package to RubyGems
You can’t perform that action at this time.
0 commit comments