Skip to content

Commit 80bb5b2

Browse files
authored
Create test.yml
1 parent 3ba1d9c commit 80bb5b2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/test.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: TEST
2+
3+
on:
4+
create: [tags]
5+
6+
env:
7+
VERSION: ${GITHUB_REF/refs\/tags\/v/}
8+
9+
jobs:
10+
build:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v1
14+
- name: Run a one-line script
15+
run: echo $VERSION

0 commit comments

Comments
 (0)