Skip to content

Commit efc35f7

Browse files
committed
Auto publish on tags
1 parent 4b8275f commit efc35f7

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Publish vrchat_dart to pub.dev
2+
3+
on:
4+
push:
5+
tags:
6+
- "vrchat_dart-[0-9]+.[0-9]+.[0-9]+"
7+
8+
jobs:
9+
publish:
10+
permissions:
11+
id-token: write
12+
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
13+
with:
14+
working-directory: vrchat_dart
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Publish vrchat_dart_generated to pub.dev
2+
3+
on:
4+
push:
5+
tags:
6+
- "vrchat_dart_generated-[0-9]+.[0-9]+.[0-9]+"
7+
8+
jobs:
9+
publish:
10+
permissions:
11+
id-token: write
12+
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
13+
with:
14+
working-directory: vrchat_dart_generated

0 commit comments

Comments
 (0)