Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuunosukeDS3 authored Oct 1, 2022
1 parent 289d19c commit dfcf2c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
cd scorched-ci
pip install -r requirements.txt
- name: Criando o release
run: python -c 'import main; main.relase_${{ github.event.inputs.release }}()'
run: |
cd scorched-ci
python -c 'import main; main.relase_${{ github.event.inputs.release }}()'
env:
REPOSITORY_NAME: ${{ github.repository }}

0 comments on commit dfcf2c2

Please sign in to comment.