Skip to content

Commit

Permalink
Skip bumping version for now, tag has already been created
Browse files Browse the repository at this point in the history
This reverts commit 751c29d and abf6cdd.
  • Loading branch information
bkeepers committed Jan 26, 2024
1 parent 751c29d commit 2928de0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,17 @@ name: Publish Gem
on:
release:
types: [published]
push:
tags:
- "v**"
jobs:
build:
runs-on: ubuntu-latest
permissions:
id-token: write # mandatory for trusted publishing
contents: write # required for `rake release` to push the release tag
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: ruby
- name: Bump version
run: gem bump --push --version ${GITHUB_REF_NAME#v}
- uses: rubygems/release-gem@v1
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ gemspec name: "dotenv"
gemspec name: "dotenv-rails"

gem "railties", "~> #{ENV["RAILS_VERSION"] || "7.1"}"
gem "gem-release"

group :guard do
gem "guard-rspec"
Expand Down

0 comments on commit 2928de0

Please sign in to comment.