Skip to content

Commit

Permalink
Merge pull request #5 from swisscom/feature/OCERED-7938-LIMA-Action-R…
Browse files Browse the repository at this point in the history
…unner-Ensure-that-ActionRunner-is-a-deployable-package

ci(meta): add release and publish actions
  • Loading branch information
sabberworm authored Oct 16, 2024
2 parents adf7335 + c2938e7 commit f171f0a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
with:
java-version: '11'
distribution: 'zulu'
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file

- uses: gradle/actions/setup-gradle@v4 # v4.0.0

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
with:
java-version: '11'
distribution: 'zulu'
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file

- uses: gradle/actions/setup-gradle@v4 # v4.0.0

Expand Down

0 comments on commit f171f0a

Please sign in to comment.