Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludy87 committed Jan 27, 2024
1 parent 9df3e6f commit 21a5738
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
uses: actions/setup-python@v5.0.0
with:
python-version: |
3.9
3.10
3.11
check-latest: true
- name: Get Version
Expand Down Expand Up @@ -51,3 +49,4 @@ jobs:
asset_name: ecotrend_ista.zip
tag: ${{ steps.version.outputs.version }}
overwrite: true
prerelease: ${{ contains(steps.version.outputs.version, 'beta') }}

0 comments on commit 21a5738

Please sign in to comment.