Skip to content

Commit

Permalink
Atualizando arquivo de release
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysRogeres authored Jun 16, 2023
1 parent ff1b5fe commit 006b90b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: DNIT-Front-Release
name: Front-Release
on:
push:
tags:
Expand All @@ -12,7 +12,7 @@ jobs:
steps:
- name: Get file name
id: name
run: echo "::set-output name=file_name::fga-eps-mds-2023.1-Dnit-Front-$(TZ='America/Sao_Paulo' date +'%m-%d-%Y-%H-%M-%S')-${{github.ref_name}}"
run: echo "::set-output name=file_name::fga-eps-mds-2023.1-Amis-Front-$(TZ='America/Sao_Paulo' date +'%m-%d-%Y-%H-%M-%S')-${{github.ref_name}}"

- name: Copy repository
uses: actions/checkout@v2
Expand All @@ -30,7 +30,7 @@ jobs:
API_TOKEN_GITHUB: ${{ secrets.TOKEN_GITHUB }}
with:
source_file: ${{ steps.name.outputs.file_name }}.json
destination_repo: 'fga-eps-mds/2023.1-Dnit-DOC'
destination_repo: 'fga-eps-mds/2023.1-Amis-Doc'
destination_folder: 'analytics-raw-data'
user_email: ${{ secrets.GIT_EMAIL}}
user_name: ${{ secrets.GIT_USER }}
Expand Down

2 comments on commit 006b90b

@vercel
Copy link

@vercel vercel bot commented on 006b90b Jun 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

2023-1-dnit-front – ./

2023-1-dnit-front-dnit.vercel.app
2023-1-dnit-front-git-main-dnit.vercel.app
2023-1-dnit-front.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 006b90b Jun 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.