Skip to content

Commit 6c2845f

Browse files
committed
chore: update publish.yml to include pasteboard and upgrade action versions
1 parent ebebdb9 commit 6c2845f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
- desktop_drop
1515
- desktop_lifecycle
1616
- win_toast
17+
- pasteboard
1718
push:
1819
tags:
1920
- 'ogg_opus_player-v[0-9]+.[0-9]+.[0-9]+*'
@@ -22,7 +23,7 @@ on:
2223
- 'desktop_drop-v[0-9]+.[0-9]+.[0-9]+*'
2324
- 'desktop_lifecycle-v[0-9]+.[0-9]+.[0-9]+*'
2425
- 'win_toast-v[0-9]+.[0-9]+.[0-9]+*'
25-
26+
- 'pasteboard-v[0-9]+.[0-9]+.[0-9]+*'
2627
jobs:
2728
publish:
2829

@@ -33,7 +34,7 @@ jobs:
3334
runs-on: ubuntu-latest
3435
steps:
3536
# Checkout repository
36-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v4
3738

3839
- uses: subosito/flutter-action@v2
3940
with:
@@ -42,7 +43,7 @@ jobs:
4243
- run: flutter --version
4344

4445
# Setup Dart SDK with JWT token
45-
- uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
46+
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
4647

4748
# Parse package from tag, e.g.: ogg_opus_player-v1.0.0
4849
- name: Parse package name

0 commit comments

Comments
 (0)