mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 14:08:23 -05:00
Compare commits
2 Commits
a89e6485ec
...
1e7997d9e1
Author | SHA1 | Date | |
---|---|---|---|
|
1e7997d9e1 | ||
|
33a861ffd4 |
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
- name: auto commit
|
- name: auto commit
|
||||||
uses: stefanzweifel/git-auto-commit-action@v5
|
uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
commit_message: "[skip ci] update Cargo.toml to ${{ steps.version-bump.outputs.new_tag }}"
|
commit_message: "[skip ci] Automated Change"
|
||||||
branch: update-from-${{ github.sha }}
|
branch: update-from-${{ github.sha }}
|
||||||
# create PR using GitHub CLI
|
# create PR using GitHub CLI
|
||||||
- name: create PR with update info
|
- name: create PR with update info
|
||||||
@ -56,6 +56,7 @@ jobs:
|
|||||||
run: gh pr merge --admin --merge --subject 'Merge update info' --delete-branch
|
run: gh pr merge --admin --merge --subject 'Merge update info' --delete-branch
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.ADMIN_RIGHTS_TOKEN }}
|
GH_TOKEN: ${{ secrets.ADMIN_RIGHTS_TOKEN }}
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "websurfx"
|
name = "websurfx"
|
||||||
version = "2.0.10"
|
version = "1.9.4"
|
||||||
edition = "2021"
|
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."
|
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"
|
repository = "https://github.com/neon-mmd/websurfx"
|
||||||
|
Loading…
Reference in New Issue
Block a user