Skip to content

Commit 2c1b17b

Browse files
author
Mindee
committed
test
1 parent ba0fa1e commit 2c1b17b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/tag-version.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
on:
3+
push:
4+
branches:
5+
- tag-test
6+
7+
jobs:
8+
tag-version:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
13+
- name: Get version
14+
id: get_version
15+
run: |
16+
MSG_START=':bookmark: Version ';

0 commit comments

Comments
 (0)