Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.

Commit 62b740e

Browse files
committed
Fixed workflow yaml.
1 parent 311e899 commit 62b740e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ jobs:
1414
- uses: actions/checkout@v2
1515
with:
1616
submodules: recursive
17+
18+
- name: Bump version and push tag
1719
id: tag_version
1820
uses: mathieudutour/github-tag-action@v6.0
1921
with:
2022
github_token: ${{ secrets.GITHUB_TOKEN }}
21-
23+
2224
- name: Checkout dependencies
2325
uses: actions/checkout@v2
2426
with:

0 commit comments

Comments
 (0)