Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelPereiraa committed Jul 24, 2024
1 parent 2a99deb commit f255cba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ name: "Release Master"
on:
workflow_dispatch:
push:
branches: [ "master" ]
branches:
- "master"

jobs:
release:
Expand All @@ -13,16 +14,12 @@ jobs:
steps:
- name: Checkout repository
uses: actions/[email protected]
with:
fetch-depth: 0

- name: Install Java and Maven
uses: actions/[email protected]
with:
java-version: '11'
distribution: 'temurin'
cache: maven
server-id: github
distribution: 'adopt'

- name: Adding ssh key
uses: webfactory/[email protected]
Expand All @@ -41,7 +38,7 @@ jobs:
gpg_passphrase: ${{ secrets.gpg_passphrase }}
nexus_username: ${{ secrets.OSSRH_USERNAME }}
nexus_password: ${{ secrets.OSSRH_TOKEN }}
maven_goals_phases: clean -e -X -B release:prepare release:perform -Darguments="-DskipTests" -P ossrh
maven_goals_phases: clean -B release:prepare release:perform -Darguments="-DskipTests" -P ossrh

- name: Publish to GitHub Packages
run: mvn --batch-mode deploy -P github
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<artifactId>nfe</artifactId>
<version>4.0.69-SNAPSHOT</version>
<packaging>jar</packaging>

<name>nfe</name>
<description>Biblioteca de comunicacao de nota fiscal eletronica brasileira</description>
<url>https://github.com/wmixvideo/nfe</url>
Expand Down Expand Up @@ -44,7 +43,7 @@
<url>[email protected]:wmixvideo/nfe.git</url>
<connection>scm:git:[email protected]:wmixvideo/nfe.git</connection>
<developerConnection>scm:git:[email protected]:wmixvideo/nfe.git</developerConnection>
<tag>v4.0.65</tag>
<tag>HEAD</tag>
</scm>

<properties>
Expand Down

0 comments on commit f255cba

Please sign in to comment.