Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcosNBJ committed Mar 15, 2022
1 parent 038db15 commit 7f8565b
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 @@ -11,7 +11,7 @@ jobs:
steps:
- name: Get file name
id: name
run: echo "::set-output name=file_name::fga-eps-mds-2021-2-Cartografia-social-api-gateway-$(TZ='America/Sao_Paulo' date +'%m-%d-%Y-%H-%M')-${{ github.event.release.tag_name }}"
run: echo "::set-output name=file_name::fga-eps-mds-2021-2-Cartografia-social-api-gateway-$(TZ='America/Sao_Paulo' date +'%m-%d-%Y-%H-%M')-${{github.ref_name}}"

- name: Copy repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 7f8565b

Please sign in to comment.