Skip to content

Commit

Permalink
Fix the tags check for the release gem action
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernhard authored and nofaralfasi committed Apr 25, 2024
1 parent 23ca7c3 commit 611edf4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release_gem.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Release

on:
create:
ref_type: tag
push:
# Pattern matched against refs/tags
tags:
- '**'

jobs:
release:
Expand Down

0 comments on commit 611edf4

Please sign in to comment.