Skip to content

Commit 5e2c954

Browse files
authored
Update build.yml
1 parent 6c2e426 commit 5e2c954

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,6 @@ 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
2615
test:
2716
name: Build & Test
2817
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)