Skip to content

Commit

Permalink
Updating release process in branch 3 (#3013)
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim committed Jun 2, 2022
1 parent 466d862 commit dd4cd8d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/version-and-release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Release

on:
push:
tags:
- '*'
release:
types: [published]

jobs:
build:
Expand All @@ -23,7 +22,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: '8'
distribution: 'adopt'
distribution: 'temurin'
server-id: ossrh
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
Expand Down

0 comments on commit dd4cd8d

Please sign in to comment.