parent
adecbfddb2
commit
b0ee40fd31
|
|
@ -263,8 +263,7 @@ jobs:
|
|||
echo "获取github的环境变量: https://graphite.dev/guides/github-actions-variables ${{ GITHUB_REPOSITORY }} "
|
||||
echo "获取gitea: ${{ gitea.repository }}"
|
||||
- name: release
|
||||
# uses: softprops/action-gh-release@v2 # 这是github的。gitea官方的actions才支持(gitea官方的actions: https://gitea.com/actions)
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
uses: akkuman/gitea-release-action@v1 # uses: softprops/action-gh-release@v2 # 这是github的。gitea官方的actions才支持(gitea官方的actions: https://gitea.com/actions)
|
||||
env:
|
||||
#GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # github版本专用
|
||||
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18[gitea版本]
|
||||
|
|
|
|||
Loading…
Reference in New Issue