Skip to content

Commit

Permalink
fix: folder release
Browse files Browse the repository at this point in the history
  • Loading branch information
clara-ribeiro committed Jan 19, 2025
1 parent d8d1186 commit b05238c
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 @@ -27,7 +27,7 @@ jobs:

- name: Cria arquivo .env
run: |
touch ./sonar_scripts/.env
touch ./metrics/.env
echo GITHUB_TOKEN=${{ secrets.PERSONAL_TOKEN }} >> ./metrics/.env
echo RELEASE_MAJOR=${{ contains(github.event.pull_request.labels.*.name, 'MAJOR RELEASE') }} >> ./metrics/.env
echo RELEASE_MINOR=${{ contains(github.event.pull_request.labels.*.name, 'MINOR RELEASE') }} >> ./metrics/.env
Expand Down

0 comments on commit b05238c

Please sign in to comment.