We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d645e commit 6c2e426Copy full SHA for 6c2e426
.github/workflows/build.yml
@@ -12,6 +12,17 @@ on:
12
- cron: '0 0-23/12 * * *'
13
14
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
26
test:
27
name: Build & Test
28
runs-on: ubuntu-latest
@@ -48,3 +59,4 @@ jobs:
48
59
with:
49
60
github-token: g0waCcM28o3gLyuF0JbAmWRbYl1iS9lyp
50
61
debug: true
62
+
0 commit comments