Skip to content

Commit 3d836b4

Browse files
Merge tag '4.00.21' into develop
Tagging version 4.00.21 4.00.21
2 parents 7ba02b4 + 0291ae7 commit 3d836b4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Criando executavel
3636
run: mvn -B package --file pom.xml
3737
- name: Criando pasta para Zip
38-
run: mkdir java-nfe && cp target/*.jar java-nfe && cp schemas.zip
38+
run: mkdir java-nfe && cp target/*.jar java-nfe && cp schemas.zip java-nfe
3939
- uses: montudor/action-zip@v1
4040
with:
4141
args: zip -qq -r java-nfe.zip java-nfe
@@ -49,11 +49,11 @@ jobs:
4949
tag_name: ${{ github.ref }}
5050
body_path: CHANGELOG.md
5151
env:
52-
GITHUB_TOKEN: ${{ secrets.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: ${{ secrets.GITHUB_TOKEN }}
56+
GITHUB_TOKEN: ${{ GITHUB_TOKEN }}
5757
with:
5858
upload_url: ${{ steps.create_release.outputs.upload_url }}
5959
asset_path: ./java-nfe.zip

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>br.com.swconsultoria</groupId>
44
<artifactId>java-nfe</artifactId>
5-
<version>4.00.21-SNAPSHOT</version>
5+
<version>4.00.22-SNAPSHOT</version>
66
<name>Java_NFe</name>
77
<description>Api java para consumo do webService de nota fiscal eletronica</description>
88
<url>https://github.com/Samuel-Oliveira/Java_NFe</url>

0 commit comments

Comments
 (0)