We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c56184b + 3aef65b commit 98f72e6Copy full SHA for 98f72e6
1 file changed
.github/workflows/ci.yml
@@ -118,15 +118,14 @@ jobs:
118
uses: ruby/setup-ruby@v1
119
with:
120
ruby-version-file: ".ruby-version"
121
- bundler-cache: true
+
122
+ - name: Install dependencies
123
+ run: bundle install
124
125
- name: Update version from git tag
126
run: bundle exec rake version
127
- - name: Build gem
- run: gem build archsight.gemspec
128
-
129
- - name: Publish gem
+ - name: Build and publish gem
130
uses: rubygems/release-gem@v1
131
132
release-container:
0 commit comments