Skip to content

Commit

Permalink
ci: fix automatic prod release
Browse files Browse the repository at this point in the history
  • Loading branch information
dasfmi committed Oct 9, 2024
1 parent 4dd479d commit fdf99b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
environment: production
steps:
- uses: actions/checkout@v4
- run: zip -r forwarder.zip src
- run: cd src && zip forwarder.zip *.py
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Production Build"
files: |
forwarder.zip
src/forwarder.zip
release:
runs-on: ubuntu-latest
environment: production
Expand Down

0 comments on commit fdf99b7

Please sign in to comment.