Skip to content

Commit

Permalink
fix: auto-release feature
Browse files Browse the repository at this point in the history
  • Loading branch information
sevki committed Mar 14, 2024
1 parent 20251ea commit 6505b0f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: Release

on:
push:
tags:
# Accepts tags like: v0.2, v0.2.1, v0.2.1-alpha.1, v12.5.3-beta, etc.
- '*'

# Pattern matched against refs/tags
tags:
- '**'
jobs:
create-release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6505b0f

Please sign in to comment.