Skip to content

Commit b0f2bf2

Browse files
authored
ci: Add optimus_icons release workflow (#672)
1 parent a940399 commit b0f2bf2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Publish optimus_icons to pub.dev
2+
3+
on:
4+
push:
5+
tags:
6+
- "optimus_icons-v[0-9]+.[0-9]+.[0-9]+*"
7+
8+
jobs:
9+
publish:
10+
name: Publish to pub.dev
11+
runs-on: ubuntu-latest
12+
environment: pub.dev
13+
permissions:
14+
id-token: write
15+
steps:
16+
- name: Clone repository
17+
uses: actions/checkout@v4
18+
19+
- uses: ./.github/actions/publish
20+
with:
21+
working-directory: optimus_icons

0 commit comments

Comments
 (0)