Skip to content

Commit

Permalink
chore: update publish workflow to trigger on version tag pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
anilcancakir committed Feb 2, 2025
1 parent 6e84a05 commit f7fe120
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Publish to pub.dev

on:
release:
types:
- published
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+*'

jobs:
publish:
Expand Down

0 comments on commit f7fe120

Please sign in to comment.