Skip to content

Commit 6c2e426

Browse files
authored
add version bump
1 parent a5d645e commit 6c2e426

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/build.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ on:
1212
- cron: '0 0-23/12 * * *'
1313

1414
jobs:
15+
build:
16+
runs-on: ubuntu-latest
17+
steps:
18+
- uses: actions/checkout@master
19+
with:
20+
fetch-depth: '0'
21+
- name: Bump version and push tag
22+
uses: anothrNick/[email protected]
23+
env:
24+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25+
WITH_V: true
1526
test:
1627
name: Build & Test
1728
runs-on: ubuntu-latest
@@ -48,3 +59,4 @@ jobs:
4859
with:
4960
github-token: g0waCcM28o3gLyuF0JbAmWRbYl1iS9lyp
5061
debug: true
62+

0 commit comments

Comments
 (0)