Skip to content

Commit 41db272

Browse files
test
1 parent 43a8e60 commit 41db272

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/release.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Release
2+
3+
on:
4+
push:
5+
tags:
6+
- '*@*'
7+
- '@*@*'
8+
9+
jobs:
10+
build:
11+
runs-on: ubuntu-latest
12+
permissions:
13+
contents: read
14+
id-token: write
15+
steps:
16+
- run: echo ${GITHUB_REF_NAME%@*}

0 commit comments

Comments
 (0)