Skip to content

Commit

Permalink
fixup! chore: switch to automated publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed May 17, 2024
1 parent b6a29e3 commit 9b101be
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: Publish to pub.dev

on: workflow_dispatch
### Disabled for this draft PR
# on:
# push:
# tags:
# - 'v[0-9]+.[0-9]+.[0-9]+*'
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'

# Publish using the reusable workflow from dart-lang.
jobs:
Expand Down

0 comments on commit 9b101be

Please sign in to comment.