Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Bump commons-io:commons-io from 2.15.1 to 2.16.1 #50

Bump commons-io:commons-io from 2.15.1 to 2.16.1

Bump commons-io:commons-io from 2.15.1 to 2.16.1 #50

Workflow file for this run

name: Release
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'
- name: create maven settings.xml
uses: s4u/[email protected]
with:
servers: |
[{
"id":"github-tsd-file-api-client",
"username": "${{github.actor}}",
"password": "${{ secrets.MAVEN_TOKEN }}"
}]
- name: build maven
run: mvn clean install