From 1ab0f994c82af04d240a08d0b879e9da0704d7e6 Mon Sep 17 00:00:00 2001 From: Hiddify <114227601+hiddify-com@users.noreply.github.com> Date: Sun, 29 Sep 2024 14:34:07 +0000 Subject: [PATCH] release: version 3.1.0 --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a499022..8f259cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v4 - run: | - git checkout HEAD + git checkout -b main curl -L -o hiddify-core.tar.gz https://codeload.github.com/hiddify/hiddify-core/tar.gz/${{ github.ref_name }} HIDDIFY_CORE_WRT_HASH=$(sha256sum hiddify-core.tar.gz | cut -d' ' -f1) github_ref_name="${{github.ref_name}}" @@ -33,7 +33,8 @@ jobs: - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "Update WRT package HASH." - push_options: --force + branch: main + # push_options: --force build: permissions: write-all strategy: