Skip to content

Commit 23eec69

Browse files
authored
register & tagbot test
1 parent cc700e9 commit 23eec69

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,9 @@ jobs:
2727
- uses: codecov/[email protected]
2828
with:
2929
file: lcov.info
30+
- uses: julia-actions/RegisterAction@latest
31+
with:
32+
token: ${{ secrets.GITHUB_TOKEN }}
33+
- uses: JuliaRegistries/TagBot@v1
34+
with:
35+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)