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

Commit c2a32de

Browse files
committed
Fixed workflow yaml for real.
1 parent 62b740e commit c2a32de

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
submodules: recursive
1717

1818
- name: Bump version and push tag
19-
id: tag_version
20-
uses: mathieudutour/github-tag-action@v6.0
21-
with:
22-
github_token: ${{ secrets.GITHUB_TOKEN }}
19+
id: tag_version
20+
uses: mathieudutour/github-tag-action@v6.0
21+
with:
22+
github_token: ${{ secrets.GITHUB_TOKEN }}
2323

2424
- name: Checkout dependencies
2525
uses: actions/checkout@v2

0 commit comments

Comments
 (0)