Skip to content
This repository was archived by the owner on Aug 2, 2024. It is now read-only.

Commit bb2907c

Browse files
authored
Fix tagging workflow (#16)
* Add documentation * Add release automation * Fix tag latest workflow
1 parent 4e35a64 commit bb2907c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/tag-latest.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ on:
1010
jobs:
1111
run-tag-latest:
1212
runs-on: windows-latest
13-
steps:
14-
- uses: Actions-R-Us/actions-tagger@v2.0.1
15-
env:
16-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17-
with:
18-
publish_latest_tag: true
13+
steps:
14+
- uses: Actions-R-Us/actions-tagger@v2.0.1
15+
env:
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
with:
18+
publish_latest_tag: true

0 commit comments

Comments
 (0)