We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ba22c4 commit f66a31bCopy full SHA for f66a31b
1 file changed
.github/publish-gem-on-tag-push.yml
@@ -0,0 +1,16 @@
1
+on:
2
+ push:
3
+ branches:
4
+ - master
5
+ tags:
6
+ - v*
7
+
8
+---
9
10
+- name: Publish gem on tag push
11
+ uses: dawidd6/action-publish-gem@v1.2.0
12
+ with:
13
+ # Optional, will publish to RubyGems if specified
14
+ api_key: ${{secrets.RUBYGEMS_API_KEY}}
15
+ # Optional, will publish to GitHub Packages if specified
16
+ github_token: ${{secrets.GITHUB_TOKEN}}
0 commit comments