Skip to content

Commit

Permalink
Using gem release directly
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-lewis-nsidc committed Sep 14, 2023
1 parent 97ea1ef commit 8f25524
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 23 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,8 @@ jobs:
ruby-version: ['3.2']

steps:
- uses: actions/checkout@v3
- name: Set up Ruby
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
# change this to (see https://github.com/ruby/setup-ruby#versioning):
# uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Publish gem to rubygems
run: |
bundle exec rake release:publish
gem release
env:
GEM_HOST_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Another bout of testing

- Removing task
- updating workflow

## v10.5.0 (2023-09-13)

- More testing
Expand Down
13 changes: 0 additions & 13 deletions tasks/release.rake

This file was deleted.

0 comments on commit 8f25524

Please sign in to comment.