8000 Update publish.yaml · flutter-webrtc/flutter-webrtc@d951fef · GitHub
[go: up one dir, main page]

Skip to content

Commit d951fef

Browse files
authored
Update publish.yaml
1 parent ff21bc6 commit d951fef

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1+
# .github/workflows/publish.yml
12
name: Publish to pub.dev
23

34
on:
45
push:
56
tags:
6-
- 'v[0-9]+.[0-9]+.[0-9]+*'
7+
- 'v[0-9]+.[0-9]+.[0-9]+' # for tags like: 'v1.2.3'
78

89
jobs:
910
publish:
1011
permissions:
1112
id-token: write # Required for authentication using OIDC
1213
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
13-
# with:
14-
# working-directory: path/to/package/within/repository
14+
with:
15+
# Specify the github actions deployment environment
16+
environment: pub.dev
17+
# working-directory: path/to/package/within/repository

0 commit comments

Comments
 (0)
0