Skip to content

Commit

Permalink
Merge pull request #46 from yumemi-inc/feature/#11
Browse files Browse the repository at this point in the history
  • Loading branch information
blendthink authored Nov 2, 2023
2 parents 2734a2b + 92e2038 commit 821386a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Publish to pub.dev

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

jobs:
publish:
permissions:
id-token: write # Required for authentication using OIDC
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
3 changes: 3 additions & 0 deletions .pubignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.github/*
docs/*
tools/*

0 comments on commit 821386a

Please sign in to comment.