Skip to content

Commit

Permalink
Fix the chapter to release a gem
Browse files Browse the repository at this point in the history
The previous behavior did not work and the action was started for
branches, too. The new implementation starts the github action for
pushed tags-
  • Loading branch information
sbernhard authored and ekohl committed Mar 27, 2024
1 parent 9bd36d3 commit 10f2a20
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,10 @@ To release a gem, use the following workflow
name: Release
on:
create:
ref_type: tag
push:
# Pattern matched against refs/tags
tags:
- '**'
jobs:
release:
Expand Down

0 comments on commit 10f2a20

Please sign in to comment.