Skip to content

Commit

Permalink
release: version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Sep 29, 2024
1 parent 3a4d719 commit 1ab0f99
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"
Expand All @@ -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:
Expand Down

0 comments on commit 1ab0f99

Please sign in to comment.