Skip to content

Commit

Permalink
add pub.dev release workflow; remove old release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
navaronbracke committed Oct 21, 2023
1 parent 7e3a3b0 commit 8cd55fc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/release-please.yml

This file was deleted.

12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Publish to pub.dev

on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'

jobs:
publish:
permissions:
id-token: write
uses: dart-lang/setup-dart/.github/workflows/[email protected]

0 comments on commit 8cd55fc

Please sign in to comment.