Bump version 0.2.22

This commit is contained in:
ssrlive 2024-06-14 15:11:28 +08:00
parent 203cfba302
commit 628e6cba84
2 changed files with 1 additions and 26 deletions

View file

@ -8,12 +8,6 @@ name: Publish Releases
jobs:
build_publish:
name: Publishing Tasks
permissions:
id-token: write
contents: read
attestations: write
strategy:
matrix:
target:
@ -90,25 +84,6 @@ jobs:
fi
fi
# Support verifiable builds
- name: Calculate hashes
shell: bash
run: |
echo "--- BEGIN SHA256SUM ---"
sha256sum ./mypubdir4/*
echo "--- END SHA256SUM ---"
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: bin
path: mypubdir4/*
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-path: mypubdir4/*
- name: Publish
uses: softprops/action-gh-release@v1
env:

View file

@ -1,6 +1,6 @@
[package]
name = "tun2proxy"
version = "0.2.21"
version = "0.2.22"
edition = "2021"
license = "MIT"
repository = "https://github.com/blechschmidt/tun2proxy"