mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-08 18:06:34 +00:00
Update rolling tag
This commit is contained in:
10
.github/workflows/build_and_test.yml
vendored
10
.github/workflows/build_and_test.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Setup .NET
|
- name: Setup .NET
|
||||||
uses: actions/setup-dotnet@v4
|
uses: actions/setup-dotnet@v4
|
||||||
@@ -27,6 +27,14 @@ jobs:
|
|||||||
- name: Run publish script
|
- name: Run publish script
|
||||||
run: ./publish-nix.sh -d
|
run: ./publish-nix.sh -d
|
||||||
|
|
||||||
|
- name: Update rolling tag
|
||||||
|
run: |
|
||||||
|
git config user.name "github-actions[bot]"
|
||||||
|
git config user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
|
git tag -f rolling
|
||||||
|
git push origin :refs/tags/rolling || true
|
||||||
|
git push origin rolling --force
|
||||||
|
|
||||||
- name: Upload to rolling
|
- name: Upload to rolling
|
||||||
uses: ncipollo/release-action@v1.14.0
|
uses: ncipollo/release-action@v1.14.0
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user