Skip to content

Commit

Permalink
move CODEOWNERS, include publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jayudey-wf committed Nov 2, 2023
1 parent 4294093 commit 91f26a5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
File renamed without changes.
15 changes: 15 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Publish to pub.dev

on:
push:
tags:
# Releases
- '[0-9]+.[0-9]+.[0-9]+'
# Release Candidates
- '[0-9]+.[0-9]+.[0-9]+-rc[0-9]+'

jobs:
publish:
permissions:
id-token: write # Required for authentication using OIDC
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1

0 comments on commit 91f26a5

Please sign in to comment.