0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-22 05:58:21 -05:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Scott
a89e6485ec
Merge 208bdad145 into 779908cb11 2024-01-29 22:03:13 -05:00
Scott
208bdad145 ci: adding in cargo.toml version in auto git commit 2024-01-29 22:02:44 -05:00
2 changed files with 2 additions and 3 deletions

View File

@ -42,7 +42,7 @@ jobs:
- name: auto commit
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "[skip ci] Automated Change"
commit_message: "[skip ci] update Cargo.toml to ${{ steps.version-bump.outputs.new_tag }}"
branch: update-from-${{ github.sha }}
# create PR using GitHub CLI
- name: create PR with update info
@ -56,7 +56,6 @@ jobs:
run: gh pr merge --admin --merge --subject 'Merge update info' --delete-branch
env:
GH_TOKEN: ${{ secrets.ADMIN_RIGHTS_TOKEN }}
- name: Create Release
uses: softprops/action-gh-release@v1
with:

View File

@ -1,6 +1,6 @@
[package]
name = "websurfx"
version = "1.9.4"
version = "2.0.10"
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"