mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Fix3
This commit is contained in:
parent
54b049ac22
commit
ca50f0a9af
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
- run: |
|
- run: |
|
||||||
output = $(python3 test/get_changes.py "${{ github.ref }}")
|
output=$(python3 test/get_changes.py "${{ github.ref }}")
|
||||||
echo "::set-output name=changelog::$output"
|
echo "::set-output name=changelog::$output"
|
||||||
id: set_changelog
|
id: set_changelog
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue