Skip to content

Commit 50186fa

Browse files
authored
prerelease (#7)
1 parent 9e077de commit 50186fa

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/publish-gem-prerelease.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ jobs:
3737
- name: Run linter
3838
run: bundle exec rake lint
3939

40+
# Unfreeze bundler because the prerelease task modifies version.rb,
41+
# which changes the gemspec and would otherwise fail in frozen mode
42+
- name: Unfreeze bundler for prerelease
43+
run: bundle config set --local frozen false
44+
4045
- name: Configure RubyGems credentials
4146
uses: rubygems/configure-rubygems-credentials@main
4247

0 commit comments

Comments
 (0)