We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98f72e6 + bf77184 commit c6c6315Copy full SHA for c6c6315
1 file changed
.github/workflows/ci.yml
@@ -123,7 +123,12 @@ jobs:
123
run: bundle install
124
125
- name: Update version from git tag
126
- run: bundle exec rake version
+ run: |
127
+ bundle exec rake version
128
+ git config user.name "github-actions[bot]"
129
+ git config user.email "github-actions[bot]@users.noreply.github.com"
130
+ git add lib/archsight/version.rb
131
+ git commit -m "Release ${GITHUB_REF#refs/tags/}"
132
133
- name: Build and publish gem
134
uses: rubygems/release-gem@v1
0 commit comments