Skip to content

Commit b885891

Browse files
Merge branch 'master' into develop
2 parents 3d836b4 + b61fef5 commit b885891

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ jobs:
4949
tag_name: ${{ github.ref }}
5050
body_path: CHANGELOG.md
5151
env:
52-
GITHUB_TOKEN: ${{ GITHUB_TOKEN }}
52+
GITHUB_TOKEN: ${{ github.token }}
5353
- name: Subir executavel (zip) para release
5454
uses: actions/upload-release-asset@v1
5555
env:
56-
GITHUB_TOKEN: ${{ GITHUB_TOKEN }}
56+
GITHUB_TOKEN: ${{ github.token }}
5757
with:
5858
upload_url: ${{ steps.create_release.outputs.upload_url }}
5959
asset_path: ./java-nfe.zip

CHANGELOG.MD renamed to CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
- Atualizado Schemas para PL.009k
55
- Implementado NT 2022.003
66
- Implementado NT 2023.001
7-
- Melhorias Git-Actions
7+
- Melhorias Git-Actions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Para Iniciar :
1010
- Baixe o Schemas.rar (https://github.com/Samuel-Oliveira/Java_NFe/raw/master/schemas.zip) e extraia na sua Máquina.
1111

1212
- External Jar: Baixe e adicione às bibliotecas de seu Projeto.
13-
- https://github.com/Java-Brasil/Java-Boletos/releases
13+
- https://github.com/Samuel-Oliveira/Java_NFe/releases
1414

1515
- Maven :
1616
```xml

0 commit comments

Comments
 (0)