diff --git a/.gitea/scripts/check-tag b/.gitea/scripts/check-tag deleted file mode 100755 index 38df842..0000000 --- a/.gitea/scripts/check-tag +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -if [ "$(echo $GITHUB_REF| cut -d'/' -f2)" != "tags" ]; then - echo "Not a tag" - exit 1; -fi diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 1f6b722..2a7565e 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -15,7 +15,6 @@ jobs: target: ["armv7-unknown-linux-gnueabihf", "aarch64-unknown-linux-gnu", "x86_64-unknown-linux-gnu"] steps: - uses: actions/checkout@v3 - - run: .gitea/scripts/check-tag - run: cargo fmt --check - uses: https://github.com/Swatinem/rust-cache@v2 with: diff --git a/Draft.rnote b/Draft.rnote deleted file mode 100644 index 0d7c3ba..0000000 Binary files a/Draft.rnote and /dev/null differ