Skip to content

Commit cc8dfb8

Browse files
committed
Update rolling tag
1 parent 82412fc commit cc8dfb8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
with:
14-
submodules: recursive
14+
fetch-depth: 0
1515

1616
- name: Setup .NET
1717
uses: actions/setup-dotnet@v4
@@ -27,6 +27,14 @@ jobs:
2727
- name: Run publish script
2828
run: ./publish-nix.sh -d
2929

30+
- name: Update rolling tag
31+
run: |
32+
git config user.name "github-actions[bot]"
33+
git config user.email "github-actions[bot]@users.noreply.github.com"
34+
git tag -f rolling
35+
git push origin :refs/tags/rolling || true
36+
git push origin rolling --force
37+
3038
- name: Upload to rolling
3139
uses: ncipollo/[email protected]
3240
with:

0 commit comments

Comments
 (0)