Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
frievoe97 committed Aug 27, 2024
1 parent 66bb296 commit b6f6c23
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'v*.*.*' # Triggert auf Tags wie v1.0.0, v1.0.1, etc.
permissions:
contents: write

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -26,6 +26,10 @@ jobs:
- name: Run Build Script
run: |
python build_script.py # Führt dein Build-Skript aus
ls -a
cd dist
ls -a
cd ..
- name: Create Release
id: create_release
Expand Down

0 comments on commit b6f6c23

Please sign in to comment.