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

Skip to content

Commit 85133d5

Browse files
authored
Update publish.yaml
1 parent d951fef commit 85133d5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ name: Publish to pub.dev
44
on:
55
push:
66
tags:
7-
- 'v[0-9]+.[0-9]+.[0-9]+' # for tags like: 'v1.2.3'
7+
- 'v[0-9]+.[0-9]+.[0-9]+*'
88

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

0 commit comments

Comments
 (0)
0