Skip to content

Commit

Permalink
CI: Use releases
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi311 committed Jun 8, 2024
1 parent 9f9b092 commit 8e464ec
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- cron: '0 0 * * 0'

permissions:
contents: read
contents: write

jobs:
generate-compose-files:
Expand All @@ -31,8 +31,11 @@ jobs:
- name: Generate Compose Files
run: python main.py

- name: Upload Compose Files
uses: actions/upload-artifact@v4
- name: Create Release
uses: softprops/action-gh-release@v2
with:
name: Docker_Compose
path: Docker_Compose/
files: |
Docker_Compose/
token: ${{ secrets.GITHUB_TOKEN }}
draft: false
prerelease: false

0 comments on commit 8e464ec

Please sign in to comment.