Skip to content

Commit

Permalink
修改构建
Browse files Browse the repository at this point in the history
  • Loading branch information
luoweiqiang9527 committed Aug 21, 2023
1 parent 2e41b6d commit 57b40de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ jobs:
run: |
echo -n "$GPG_SIGNING_KEY" | base64 --decode | gpg --import
python3 ./script/release.py
# run: |
# echo -n "$GPG_SIGNING_KEY" | base64 --decode | gpg --import
# python3 ./script/release.py
env:
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
Expand Down

0 comments on commit 57b40de

Please sign in to comment.