Skip to content

Commit

Permalink
updated trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
ErykKul committed Aug 29, 2024
1 parent 347501d commit c808fd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
- name: Update version in pom.xml and tag
run: |
mvn -B versions:set -DnewVersion="${{ inputs.version }}" -DgenerateBackupPoms=false -Psingle
git add pom.xml */pom.xml
git add pom.xml
git commit -m "[github-action] Release version ${{ inputs.version }}"
git tag "${{ inputs.version }}"
- name: Increment to next version, commit and push
run: |
mvn -B versions:set -DnextSnapshot -DnextSnapshotIndexToIncrement=2 -DgenerateBackupPoms=false -Psingle
git add pom.xml */pom.xml
git add pom.xml
git commit -m "[github-action] Increment version after release of ${{ inputs.version }}"
git push --tags origin main
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.gdcc.export</groupId>
<artifactId>exporter-transformer</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.10-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Dataverse Transformer Exporter</name>
Expand Down

0 comments on commit c808fd1

Please sign in to comment.