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 dfcf2c2 commit 6f79fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
- name: Criando o release
run: |
cd scorched-ci
python -c 'import main; main.relase_${{ github.event.inputs.release }}()'
python -c 'import main; main.release_${{ github.event.inputs.release }}()'
env:
REPOSITORY_NAME: ${{ github.repository }}

0 comments on commit 6f79fe3

Please sign in to comment.