Skip to content

Commit

Permalink
Merge pull request #22 from rikkarth/dev
Browse files Browse the repository at this point in the history
maven.yml Update
  • Loading branch information
rikkarth authored Dec 8, 2023
2 parents 5f88c2c + ff3e562 commit 87984c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ jobs:
run: |
VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
echo "Creating release for version $VERSION"
git tag -a "v$VERSION" -m "Release $VERSION"
git tag -a "$VERSION" -m "Release $VERSION"
git push origin "$VERSION"
publish:
if: github.repository == 'refs/heads/main'
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit 87984c1

Please sign in to comment.