This commit is contained in:
Loup-Garou911XD 2024-04-20 00:21:04 +05:30
parent 54b049ac22
commit ca50f0a9af

View file

@ -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