Skip to content

Commit

Permalink
Don't tag manually but let the CI action do the tagging
Browse files Browse the repository at this point in the history
With manual tagging `rake release` fails.
  • Loading branch information
vesan committed Jan 27, 2025
1 parent 634d285 commit 1ed463f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name: Deploy to RubyGems
on:
workflow_dispatch:
push:
tags:
- v*.*.*
branches: [master]
paths:
- "lib/*/version.rb"

permissions:
contents: read
Expand Down

0 comments on commit 1ed463f

Please sign in to comment.