We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 150140f commit 0ae7dafCopy full SHA for 0ae7daf
.github/workflows/publish.yml
@@ -35,4 +35,11 @@ jobs:
35
sed -i "s/VERSION = \".*\"/VERSION = \"$VERSION\"/" lib/line/bot/api/version.rb
36
37
cat lib/line/bot/api/version.rb
38
+
39
+ # commit
40
+ git config user.name github-actions
41
+ git config user.email [email protected]
42
43
+ git add lib/line/bot/api/version.rb
44
+ git commit -m "Set version to $VERSION"
45
- uses: rubygems/release-gem@v1
0 commit comments