Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 131872f

Browse files
author
Ajay
committed
Added a workflow to publish to pub.dev
1 parent f692056 commit 131872f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Publish to pub.dev
2+
'on':
3+
push:
4+
branches:
5+
- master
6+
workflow_dispatch: # Run workflow manually (without waiting for the cron to be called), through the Github Actions Workflow page directly
7+
8+
jobs:
9+
publish:
10+
permissions:
11+
id-token: write # Required for authentication using OIDC
12+
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1

0 commit comments

Comments
 (0)