diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1ae81c0..b26f8f1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,6 +37,9 @@ jobs: appversion=$(echo "${{ steps.version-bump.outputs.new_tag }}" | sed 's/[v]//') sed -i -e "s/^version = .*/version = \"$appversion\"/" Cargo.toml - uses: stefanzweifel/git-auto-commit-action@v5 + with: + branch: rolling + tagging_message: ${{ steps.version-bump.outputs.new_tag }} - name: Create Release uses: softprops/action-gh-release@v1 with: diff --git a/Cargo.toml b/Cargo.toml index fdfbe32..d705fe3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "websurfx" -version = "1.9.4" +version = "2.0.4" edition = "2021" description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind." repository = "https://github.com/neon-mmd/websurfx"