update Workflows
WP Plugin Version & Release / release (push) Failing after 28s

This commit is contained in:
Mohamed Youssef
2026-08-02 09:21:43 +03:00
parent df4d1eb7af
commit ee69b70e7e
+5 -3
View File
@@ -115,10 +115,12 @@ jobs:
- name: Create Gitea Release
if: steps.check.outputs.should_release == 'true'
uses: https://gitea.com/actions/release-action@main
uses: https://github.com/akkuman/gitea-release-action@v1
env:
NODE_OPTIONS: "--experimental-fetch" # only needed if runner's node < 18
with:
files: |-
${{ steps.meta.outputs.slug }}-${{ steps.meta.outputs.version }}.zip
api_key: "${{ secrets.RELEASE_TOKEN }}"
title: "${{ steps.meta.outputs.name }} ${{ steps.meta.outputs.version }}"
tag_name: "${{ steps.check.outputs.tag }}"
name: "${{ steps.meta.outputs.name }} ${{ steps.meta.outputs.version }}"
token: "${{ secrets.RELEASE_TOKEN }}"