Skip to content

Commit

Permalink
chore: preparação para publicação da versão 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
higodf committed Nov 10, 2022
1 parent 8f368c0 commit 79d78fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Build
run: make build
- name: Dist
run: make dist

- name: Get the version
id: get_version
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ SEI_MODULO_DIR = dist/sei/web/modulos/$(MODULO_NOME)

ARQUIVO_CONFIG_SEI=$(SEI_PATH)/sei/config/ConfiguracaoSEI.php
ARQUIVO_ENV_WSSEI=.modulo.env
MODULO_COMPACTADO = mod-$(MODULO_NOME)-$(VERSAO_MODULO).zip
MODULO_COMPACTADO = mod-$(MODULO_NOME)-v$(VERSAO_MODULO).zip

CMD_INSTALACAO_SEI = echo -ne '$(SEI_DATABASE_USER)\n$(SEI_DATABASE_PASSWORD)\n' | php atualizar_versao_sei.php
CMD_INSTALACAO_SIP = echo -ne '$(SIP_DATABASE_USER)\n$(SIP_DATABASE_PASSWORD)\n' | php atualizar_versao_sip.php
Expand Down

0 comments on commit 79d78fd

Please sign in to comment.