Skip to content

Commit 2575467

Browse files
fixed: workflow reference
1 parent e8d6833 commit 2575467

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
name: Publish to pub.dev
2+
23
on:
34
push:
45
tags:
56
- 'v[0-9]+.[0-9]+.[0-9]+*'
7+
68
jobs:
79
publish:
810
permissions:
911
id-token: write
10-
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v12
12+
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1

0 commit comments

Comments
 (0)